DataStoreService
DataStoreService : Instance
Overview
DataStoreService provides access to data storage in server environment.
Properties
Methods
GetDataStore
Creates a new DataStore object based on the provided name and returns it. If it is called again with the same name, it reuses previously created instance.
Parameters
string InName
The name of a DataStore object.
string InScope
Currently not supported.
Return
GlobalDataStore
The returned DataStore object.
Code Samples
GetGlobalDataStore
Returns default global data store provided by system. The GetDataStore function must be used to access a separate data storage with a specific name.
Parameters
Return
GlobalDataStore
The returned GlobalDataStore object.
Code Samples
GetOrderedDataStore
Currently not supported.
Parameters
string InName
string InScope
Return
OrderedDataStore
Code Samples
ListDataStoresAsync
Currently not supported.
Parameters
string InPrefix
number InPageSize
string InCursor
Return
DataStoreListingPages
Code Samples
Events
See also
Saving & Loading DataLast updated