DataStoreRequestType
Indicates the type of data store request being made.
Items 9
History | Name | Value | Description | |
---|---|---|---|---|
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- | |
288 | UpdateAsync | 2 | Refers to UpdateAsync(). | |
288 | GetSortedAsync | 3 | Refers to GetSortedAsync(). | |
288 | SetIncrementSortedAsync | 4 | Refers to SetAsync() and IncrementAsync() 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(). |
Description
Indicates the type of data store request being made.
History 10
- 593 Add RemoveVersionAsync
- 593 Add ListAsync
- 593 Add GetVersionAsync
- 288 Add UpdateAsync
- 288 Add SetIncrementSortedAsync
- 288 Add SetIncrementAsync
- 288 Add OnUpdate
- 288 Add GetSortedAsync
- 288 Add GetAsync
- 288 Add DataStoreRequestType