Record
key-response
A response to a list-keys operation.
record key-response {
keys: list<string>,
cursor: option<u64>,
}Fields
| Name | Type | Description |
|---|---|---|
| keys | list<string> | The list of keys returned by the query. |
| cursor | option<u64> | The continuation token to use to fetch the next page of keys. If this is null, then
there are no more keys to fetch. |