Skip to main content

FetchListOptions

Overview

Usage

import { FetchListOptions } from '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