DataStoreIncrementOptions
Specifies additional parameters for a GlobalDataStore:IncrementAsync() call.
This class is not replicated. Its interface does not cross the network boundary.
Memory category | Instances |
---|
Member index 2
Description
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.
History 4
- 573 Change ReturnType of SetMetadata from void to null
- 464 Add SetMetadata
- 464 Add GetMetadata
- 464 Add DataStoreIncrementOptions
Members 2
GetMetadata
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Dictionary |
This function gets custom metadata associated with this DataStoreIncrementOptions instance.
Thread safety | Unsafe |
---|
History 1
- 464 Add GetMetadata
SetMetadata
Parameters (1) | ||
---|---|---|
attributes | Dictionary | |
Returns (1) | ||
null |
This function sets custom metadata used by GlobalDataStore:IncrementAsync() to associate metadata with a key. Metadata should be in key-value pair form.
Thread safety | Unsafe |
---|
History 2
- 573 Change ReturnType of SetMetadata from void to null
- 464 Add SetMetadata