method IKvNamespace.list
IKvNamespace.list(options?: KvListOptions): Promise<KvListResult>

Lists keys, one page at a time.

Parameters

optional
options: KvListOptions

Prefix filter, page size (1000 maximum), and cursor

Return Type

Promise<KvListResult>

One page of keys plus the pagination state

Usage

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