DataStore
DataStore : GlobalDataStore
Properties
Methods
ListKeysAsync
This parameter, InPrefix
, is a string that serves as a prefix filter for the keys in the data store. When provided, it retrieves only the keys that begin with the specified prefix. This is useful for organizing and segmenting data within the store.
Parameters
string
InPrefix
Return
DataStoreKeyPages
Code Samples
Events
Last updated