KVPageOptions

interface KVPageOptions

exported from runtime.d

Extends:

Properties

Property

Type

Description

cursor?

string

Continue after the cursor returned by a previous page.

limit?

number

Maximum number of keys to return. Defaults to 100.

prefix?

string

Return only keys that start with this prefix.