DataStoreRequestType
Indicates the type of data store request being made.
Items
Name | Value | Summary |
---|---|---|
GetAsync | 0 | Refers to GetAsync() and the read of UpdateAsync(). |
SetIncrementAsync | 1 | Refers to SetAsync(), IncrementAsync(), RemoveAsync(), and the write of UpdateAsync() when it returns a non-nil value. |
UpdateAsync | 2 | Refers to UpdateAsync(). |
GetSortedAsync | 3 | Refers to GetSortedAsync(). |
SetIncrementSortedAsync | 4 | Refers to SetAsync() and IncrementAsync() while using an OrderedDataStore. |
OnUpdate | 5 | Refers to OnUpdate(). |
ListAsync | 6 | Refers to ListKeysAsync() and ListVersionsAsync(). |
GetVersionAsync | 7 | Refers to GetVersionAsync(). |
RemoveVersionAsync | 8 | Refers to RemoveVersionAsync(). |