Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
KVNamespaceListOptions
Interface KVNamespaceListOptions
interface
KVNamespaceListOptions
{
cursor
?:
string
;
limit
?:
number
;
prefix
?:
string
;
}
Index
Properties
cursor?
limit?
prefix?
Properties
Optional
cursor
cursor
?:
string
Optional
limit
limit
?:
number
Optional
prefix
prefix
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cursor
limit
prefix
@cloudflare/workers-types
Loading...