Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
KVNamespaceListResult
Type alias KVNamespaceListResult<Metadata, Key>
KVNamespace
List
Result
<
Metadata
,
Key
>
:
{
cacheStatus
:
string
|
null
;
cursor
:
string
;
keys
:
KVNamespaceListKey
<
Metadata
,
Key
>
[]
;
list_complete
:
false
;
}
|
{
cacheStatus
:
string
|
null
;
keys
:
KVNamespaceListKey
<
Metadata
,
Key
>
[]
;
list_complete
:
true
;
}
Type Parameters
Metadata
Key
extends
string
=
string
Type declaration
cache
Status
:
string
|
null
cursor
:
string
keys
:
KVNamespaceListKey
<
Metadata
,
Key
>
[]
list_
complete
:
false
Type declaration
cache
Status
:
string
|
null
keys
:
KVNamespaceListKey
<
Metadata
,
Key
>
[]
list_
complete
:
true
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@cloudflare/workers-types
Loading...