DataStoreRequestType
*Este contenido se traduce usando la IA (Beta) y puede contener errores. Para ver esta página en inglés, haz clic en aquí.
Indica el tipo de solicitud de almacenamiento de datos que se está haciendo.
Objetos
Nombre | Valor | Resumen |
---|---|---|
GetAsync | 0 | Se refiere a GetAsync() y la lectura de UpdateAsync() . |
SetIncrementAsync | 1 | Se refiere a SetAsync() , IncrementAsync() , RemoveAsync() y la escritura de 1> Class.GlobalDataStore:UpdateAsync()|UpdateAsync()1> cuando devuelve un valor no 4> nil4> |
UpdateAsync | 2 | Se refiere a UpdateAsync() . |
GetSortedAsync | 3 | Se refiere a GetSortedAsync() . |
SetIncrementSortedAsync | 4 | Se refiere a SetAsync() y IncrementAsync() mientras se utiliza un OrderedDataStore . |
OnUpdate | 5 | Se refiere a OnUpdate() . |
ListAsync | 6 | Se refiere a ListKeysAsync() y ListVersionsAsync() . |
GetVersionAsync | 7 | Se refiere a GetVersionAsync() . |
RemoveVersionAsync | 8 | Se refiere a RemoveVersionAsync() . |