FetchListOptions
Overview
Usage
- Node
- Deno
import { FetchListOptions } from 'keywork/collections/KeyworkCollection'
import { FetchListOptions } from 'https://deno.land/x/keywork/collections/KeyworkCollection'
Hierarchy
Omit<[
KVNamespaceListOptions](/modules/collections/interfaces/KVNamespaceListOptions),
"prefix">
↳
FetchListOptions
Properties
cursor
optional cursor: `string`
Inherited from
Omit.cursor
Defined in
collections/KeyworkCollection/common.ts:29
limit
optional limit: `number`
Inherited from
Omit.limit
Defined in
collections/KeyworkCollection/common.ts:27