DataStoreRequestType
Indicates the type of data store request being made.
Items 17
| 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() 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 | ||
| 700 | StandardWrite | 10 | ||
| 700 | StandardList | 11 | ||
| 700 | StandardRemove | 12 | ||
| 700 | OrderedRead | 13 | ||
| 700 | OrderedWrite | 14 | ||
| 700 | OrderedList | 15 | ||
| 700 | OrderedRemove | 16 |
Description
Indicates the type of data store request being made.
History 18
- 700 Add StandardWrite
- 700 Add StandardRemove
- 700 Add StandardRead
- 700 Add StandardList
- 700 Add OrderedWrite
- 700 Add OrderedRemove
- 700 Add OrderedRead
- 700 Add OrderedList
- 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