DataStoreIncrementOptions
Artık kullanılmayanları göster
*Bu içerik, tercih ettiğin dilde çok yakında mevcut olacak.
An object that specifies additional parameters for a GlobalDataStore:IncrementAsync() call.
See also:
- Data Stores, an in-depth guide on data structure, management, error handling, etc.
Özet
Özellikler
Yöntemler
Gets the custom metadata set with this DataStoreIncrementOptions instance.
Sets custom metadata to be associated with the key.
Özellikler
Yöntemler
GetMetadata
This function gets custom metadata associated with this DataStoreIncrementOptions instance.
Dönüşler
Metadata associated with this DataStoreIncrementOptions instance.
SetMetadata
void
This function sets custom metadata used by GlobalDataStore:IncrementAsync() to associate metadata with a key. Metadata should be in key-value pair form.
Parametreler
Metadata values to set for the key.
Dönüşler
void