Reference API Roblox

Engine API

Website

Related

Reference API Roblox

DataStoreRequestType

Indicates the type of data store request being made.

Items 9

HistoryNameValueDescription
288GetAsync0

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

288SetIncrementAsync1

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

288UpdateAsync2

Refers to UpdateAsync().

288GetSortedAsync3

Refers to GetSortedAsync().

288SetIncrementSortedAsync4

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

288OnUpdate5

Refers to OnUpdate().

593ListAsync6

Refers to ListKeysAsync() and ListVersionsAsync().

593GetVersionAsync7

Refers to GetVersionAsync().

593RemoveVersionAsync8

Refers to RemoveVersionAsync().

Description

Indicates the type of data store request being made.

History 10

Settings