Record

key-response

A response to a list-keys operation.

record key-response {
  keys: list​<string>,
  cursor: option​<string>,
}

Fields

NameTypeDescription
keyslist​<string>The list of keys returned by the query.
cursoroption​<string>The continuation token to use to fetch the next page of keys. If this is none, then there are no more keys to fetch.