Record

list-options

Options for list and list-async.

record list-options {
  mode: list-mode,
  cursor: option​<string>,
  limit: option​<u32>,
  prefix: option​<string>,
  extra: option​<borrow​<extra-list-options>>,
}

Fields

NameTypeDescription
modelist-modeThe level of synchronization to perform.
cursoroption​<string>The item to start the list at.
limitoption​<u32>The maximum number of items included the response.
prefixoption​<string>The prefix match for items to include in the resultset.
extraoption​<borrow​<extra-list-options>>Additional options may be added in the future via this resource type.