Deletes the data associated with the given key.
The key to use. Keys must be alphanumeric and may include the following symbols: _.:
The data that was deleted. If no data was deleted, nothing will be returned.
Gets the data associated with the given key.
The key to use. Keys must be alphanumeric and may include the following symbols: _.:
The data associated with the provided key. If no data is found, nothing is returned.
Sets the data for the given key.
The key to use. Keys must be alphanumeric and may include the following symbols: _.:
The data to associate with the provided key.
The data that was associated with the provided key.
Private
check
The Data Store provides simple key/value persistent storage.
The data store provides durable storage that can be accessed from any game server. Data access is slower than the Cache Store, but the data will never expire.
The Data Store is good for things like user profiles or unlocks. If you want to keep track of user statistics or build tradable inventory, check out the Leaderboard and PlatformInventory systems.s