DataStoreRequestType

Indicates the type of data store request being made.

Items

NameValueSummary
GetAsync0

Refers to GetAsync() and the read of UpdateAsync().

SetIncrementAsync1

Refers to SetAsync(), IncrementAsync(), RemoveAsync(), and the write of UpdateAsync() when it returns a non-nil value.

UpdateAsync2

Refers to UpdateAsync().

GetSortedAsync3

Refers to GetSortedAsync().

SetIncrementSortedAsync4

Refers to SetAsync() and IncrementAsync() while using an OrderedDataStore.

OnUpdate5

Refers to OnUpdate().

ListAsync6
GetVersionAsync7
RemoveVersionAsync8

On this page