interface KvListResult
Since 0.2.0

One page of IKvNamespace.list results.

Properties

readonly
keys: readonly { readonly name: string; }[]

The keys in this page.

readonly
list_complete: boolean

true when this page is the last one.

readonly
optional
cursor: string

Cursor for the next page; absent on the last page.

Usage

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