DataStoreIncrementOptions

Mostrar obsoleto
não replicado

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.

Resumo

Métodos

Propriedades

Métodos

GetMetadata

This function gets custom metadata associated with this DataStoreIncrementOptions instance.


Devolução

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.

Parâmetros

attributes: Dictionary

Metadata values to set for the key.


Devolução

void

Eventos