DataStoreRequestType
*Dieser Inhalt wurde mit KI (Beta) übersetzt und kann Fehler enthalten. Um diese Seite auf Englisch zu sehen, klicke hier.
Zeigt an, welche Art von Daten-Store-Anfrage gemacht wird.
Items
Name | Wert | Zusammenfassung |
---|---|---|
GetAsync | 0 | Bezieht sich auf GetAsync() und die Lektüre von UpdateAsync() . |
SetIncrementAsync | 1 | Verweist auf SetAsync() , IncrementAsync() , RemoveAsync() und die Schreibung von 1> Class.GlobalDataStore:UpdateAsync()|UpdateAsync()1> , wenn sie einen nicht 4> nil-Wert |
UpdateAsync | 2 | Verweist auf UpdateAsync() . |
GetSortedAsync | 3 | Verweist auf GetSortedAsync() . |
SetIncrementSortedAsync | 4 | Verweist auf SetAsync() und IncrementAsync() , während ein OrderedDataStore verwendet wird. |
OnUpdate | 5 | Verweist auf OnUpdate() . |
ListAsync | 6 | Verweist auf ListKeysAsync() und ListVersionsAsync(). |
GetVersionAsync | 7 | Verweist auf GetVersionAsync() . |
RemoveVersionAsync | 8 | Verweist auf RemoveVersionAsync() . |