Memory Category | Instances |
---|
Type | Member | History | |
---|---|---|---|
Tuple | GetVersionAsync (string key, string version) | 462 | |
DataStoreKeyPages | ListKeysAsync (string prefix = , int pageSize = 0, string cursor = , bool excludeDeleted = false) | 483 548 564 | |
DataStoreVersionPages | ListVersionsAsync (string key, SortDirection sortDirection = Ascending, int64 minDate = 0, int64 maxDate = 0, int pageSize = 0) | 463 483 | |
void | RemoveVersionAsync (string key, string version) | 463 | |
6 members inherited from GlobalDataStore | |||
51 members inherited from Instance |
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
version | string | none |
Return Type | Tuple |
---|
Parameters | 4 |
---|
Name | Type | Default |
---|---|---|
prefix | string | |
pageSize | int | 0 |
cursor | string | |
excludeDeleted | bool | false |
Return Type | DataStoreKeyPages |
---|
Parameters | 5 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
sortDirection | SortDirection | Ascending |
minDate | int64 | 0 |
maxDate | int64 | 0 |
pageSize | int | 0 |
Return Type | DataStoreVersionPages |
---|
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
key | string | none |
version | string | none |
Return Type | void |
---|