DataStoreRequestType
Indicates the type of data store request being made.
Items 17
Description
Categorizes data store operations for use with DataStoreService:GetRequestBudgetForRequestType(), which returns the remaining per-server request budget for a given category.
The enum contains two sets of values. The legacy values (GetAsync,
SetIncrementAsync, UpdateAsync, GetSortedAsync,
SetIncrementSortedAsync, OnUpdate, ListAsync, GetVersionAsync, and
RemoveVersionAsync) should not be used. The modern values
(StandardRead, StandardWrite, StandardList, StandardRemove,
OrderedRead, OrderedWrite, OrderedList, and OrderedRemove) correspond
to the newer DataStore and OrderedDataStore API families that
use universe-level and per-server limits.
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