interface KvListOptions
Since 0.2.0

Options for IKvNamespace.list.

Properties

readonly
optional
prefix: string

Return only keys starting with this prefix.

readonly
optional
limit: number

Page size. The platform default and maximum are both 1000.

readonly
optional
cursor: string

Continuation cursor from a previous page.

Usage

import { type KvListOptions } from "cloudflare-plugin/src/index.ts";