DataStore

extends GlobalDataStore

Class fields

FieldXML typeValue
NamestringDataStore

Yield functions

5
GetVersionAsync
(key: string, version: string) → Tuple
FieldXML typeValue
NamestringGetVersionAsync
GetVersionAtTimeAsync
(key: string, timestamp: int64) → Tuple
FieldXML typeValue
NamestringGetVersionAtTimeAsync
ListKeysAsync
(prefix: string = …, pageSize: int = …, cursor: string = …, excludeDeleted: bool = …) → Instance
FieldXML typeValue
NamestringListKeysAsync
ListVersionsAsync
(key: string, sortDirection: SortDirection = …, minDate: int64 = …, maxDate: int64 = …, pageSize: int) → Instance
FieldXML typeValue
NamestringListVersionsAsync
RemoveVersionAsync
(key: string, version: string) → void
FieldXML typeValue
NamestringRemoveVersionAsync
Deprecatedbooltrue