Reference API Roblox

Engine API

Website

Related

Reference API Roblox

DataStoreRequestType

Indicates the type of data store request being made.

Items 17

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() IncrementAsync(), RemoveAsync(), and the write of UpdateAsync() while using an OrderedDataStore.

288OnUpdate5

Refers to OnUpdate().

593ListAsync6

Refers to ListKeysAsync() and ListVersionsAsync().

593GetVersionAsync7

Refers to GetVersionAsync().

593RemoveVersionAsync8

Refers to RemoveVersionAsync().

700StandardRead9

This request type is not yet active, GetRequestBudgetForRequestType() with this enum will return 0.

Refers to GetAsync(), GetVersionAsync(), GetVersionAtTimeAsync(), and the read of UpdateAsync() for DataStore.

700StandardWrite10

This request type is not yet active, GetRequestBudgetForRequestType() with this enum will return 0.

Refers to SetAsync(), IncrementAsync(), and the write of UpdateAsync() for DataStore.

700StandardList11

This request type is not yet active, GetRequestBudgetForRequestType() with this enum will return 0.

Refers to ListDataStoresAsync(), and ListKeysAsync() and ListVersionsAsync() for DataStore.

700StandardRemove12

This request type is not yet active, GetRequestBudgetForRequestType() with this enum will return 0.

Refers to RemoveAsync() for DataStore.

700OrderedRead13

This request type is not yet active, GetRequestBudgetForRequestType() with this enum will return 0.

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

700OrderedWrite14

This request type is not yet active, GetRequestBudgetForRequestType() with this enum will return 0.

Refers to SetAsync(), IncrementAsync(), and the write of UpdateAsync() for OrderedDataStore.

700OrderedList15

This request type is not yet active, GetRequestBudgetForRequestType() with this enum will return 0.

Refers to GetSortedAsync() for OrderedDataStore. GetRequestBudgetForRequestType()with this enum will return0`.

700OrderedRemove16

This request type is not yet active, GetRequestBudgetForRequestType() with this enum will return 0.

Refers to RemoveAsync() for OrderedDataStore.

Description

Indicates the type of data store request being made.

History 18

Settings