Yield functions
5GetVersionAsync
(key: string, version: string) → Tuple
| Field | XML type | Value |
|---|
Name | string | GetVersionAsync |
GetVersionAtTimeAsync
(key: string, timestamp: int64) → Tuple
| Field | XML type | Value |
|---|
Name | string | GetVersionAtTimeAsync |
ListKeysAsync
(prefix: string = …, pageSize: int = …, cursor: string = …, excludeDeleted: bool = …) → Instance
| Field | XML type | Value |
|---|
Name | string | ListKeysAsync |
ListVersionsAsync
(key: string, sortDirection: SortDirection = …, minDate: int64 = …, maxDate: int64 = …, pageSize: int) → Instance
| Field | XML type | Value |
|---|
Name | string | ListVersionsAsync |
RemoveVersionAsync
(key: string, version: string) → void
| Field | XML type | Value |
|---|
Name | string | RemoveVersionAsync |
Deprecated | bool | true |