DataStoreRequestType
*Questo contenuto è tradotto usando AI (Beta) e potrebbe contenere errori. Per visualizzare questa pagina in inglese, clicca qui.
Indica il tipo di richiesta di archiviazione dei dati in corso.
Articoli
Nome | Valore | Sommario |
---|---|---|
GetAsync | 0 | Si riferisce a GetAsync() e alla lettura di UpdateAsync() . |
SetIncrementAsync | 1 | Si riferisce a SetAsync() , IncrementAsync() , RemoveAsync() , e alla scrittura di UpdateAsync() quando restituisce un valore non nil . |
UpdateAsync | 2 | Si riferisce a UpdateAsync() . |
GetSortedAsync | 3 | Si riferisce a GetSortedAsync() . |
SetIncrementSortedAsync | 4 | Si riferisce a SetAsync() e IncrementAsync() mentre si utilizza un OrderedDataStore . |
OnUpdate | 5 | Si riferisce a OnUpdate() . |
ListAsync | 6 | Si riferisce a ListKeysAsync() e ListVersionsAsync(). |
GetVersionAsync | 7 | Si riferisce a GetVersionAsync() . |
RemoveVersionAsync | 8 | Si riferisce a RemoveVersionAsync() . |