| 288 | | GetAsync | 0 | Refers to GetAsync() and the read of
UpdateAsync(). |
| 288 | | SetIncrementAsync | 1 | Refers to SetAsync(),
IncrementAsync(),
RemoveAsync(), and the write of
UpdateAsync() when it returns a non-nil
value. |
| 288 | | UpdateAsync | 2 | Refers to UpdateAsync(). |
| 288 | | GetSortedAsync | 3 | Refers to GetSortedAsync(). |
| 288 | | SetIncrementSortedAsync | 4 | Refers to SetAsync()
IncrementAsync(),
RemoveAsync(), and the write of
UpdateAsync() while using an
OrderedDataStore. |
| 288 | | OnUpdate | 5 | Refers to OnUpdate(). |
| 593 | | ListAsync | 6 | Refers to ListKeysAsync() and
ListVersionsAsync(). |
| 593 | | GetVersionAsync | 7 | Refers to GetVersionAsync(). |
| 593 | | RemoveVersionAsync | 8 | Refers to RemoveVersionAsync(). |
| 700 | | StandardRead | 9 | This request type is not yet active,
GetRequestBudgetForRequestType()
with this enum will return 0.
Refers to
GetAsync(),
GetVersionAsync(),
GetVersionAtTimeAsync(), and the
read of UpdateAsync() for
DataStore. |
| 700 | | StandardWrite | 10 | This request type is not yet active,
GetRequestBudgetForRequestType()
with this enum will return 0.
Refers to
SetAsync(),
IncrementAsync(), and the write of
UpdateAsync() for
DataStore. |
| 700 | | StandardList | 11 | This request type is not yet active,
GetRequestBudgetForRequestType()
with this enum will return 0.
Refers to
ListDataStoresAsync(), and
ListKeysAsync() and
ListVersionsAsync() for
DataStore. |
| 700 | | StandardRemove | 12 | This request type is not yet active,
GetRequestBudgetForRequestType()
with this enum will return 0.
Refers to
RemoveAsync() for
DataStore. |
| 700 | | OrderedRead | 13 | This request type is not yet active,
GetRequestBudgetForRequestType()
with this enum will return 0.
Refers to
GetAsync() and the read of
UpdateAsync() for
OrderedDataStore. |
| 700 | | OrderedWrite | 14 | This request type is not yet active,
GetRequestBudgetForRequestType()
with this enum will return 0.
Refers to
SetAsync(),
IncrementAsync(), and the write
of UpdateAsync() for
OrderedDataStore. |
| 700 | | OrderedList | 15 | This request type is not yet active,
GetRequestBudgetForRequestType()
with this enum will return 0.
Refers to
GetSortedAsync() for
OrderedDataStore.
GetRequestBudgetForRequestType()with this enum will return0`. |
| 700 | | OrderedRemove | 16 | This request type is not yet active,
GetRequestBudgetForRequestType()
with this enum will return 0.
Refers to
RemoveAsync() for
OrderedDataStore. |