Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
DurableObjectListOptions
Interface DurableObjectListOptions
interface
DurableObjectListOptions
{
allowConcurrency
?:
boolean
;
end
?:
string
;
limit
?:
number
;
noCache
?:
boolean
;
prefix
?:
string
;
reverse
?:
boolean
;
start
?:
string
;
startAfter
?:
string
;
}
Index
Properties
allow
Concurrency?
end?
limit?
no
Cache?
prefix?
reverse?
start?
start
After?
Properties
Optional
allow
Concurrency
allow
Concurrency
?:
boolean
Optional
end
end
?:
string
Optional
limit
limit
?:
number
Optional
no
Cache
no
Cache
?:
boolean
Optional
prefix
prefix
?:
string
Optional
reverse
reverse
?:
boolean
Optional
start
start
?:
string
Optional
start
After
start
After
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
allow
Concurrency
end
limit
no
Cache
prefix
reverse
start
start
After
@cloudflare/workers-types
Loading...