SongGuess
Preparing search index...
server/worker-configuration
DurableObjectNamespace
Class DurableObjectNamespace<T>
Abstract
Type Parameters
T
extends
DurableObjectBranded
|
undefined
=
undefined
Hierarchy (
View Summary
)
DurableObjectNamespace
LoopbackDurableObjectNamespace
Index
Constructors
constructor
Methods
get
get
By
Name
id
From
Name
id
From
String
jurisdiction
new
Unique
Id
Constructors
constructor
new
DurableObjectNamespace
<
T
extends
DurableObjectBranded
|
undefined
=
undefined
,
>
()
:
DurableObjectNamespace
<
T
>
Type Parameters
T
extends
DurableObjectBranded
|
undefined
=
undefined
Returns
DurableObjectNamespace
<
T
>
Methods
get
get
(
id
:
DurableObjectId
,
options
?:
DurableObjectNamespaceGetDurableObjectOptions
,
)
:
DurableObjectStub
<
T
>
Parameters
id
:
DurableObjectId
Optional
options
:
DurableObjectNamespaceGetDurableObjectOptions
Returns
DurableObjectStub
<
T
>
get
By
Name
getByName
(
name
:
string
,
options
?:
DurableObjectNamespaceGetDurableObjectOptions
,
)
:
DurableObjectStub
<
T
>
Parameters
name
:
string
Optional
options
:
DurableObjectNamespaceGetDurableObjectOptions
Returns
DurableObjectStub
<
T
>
id
From
Name
idFromName
(
name
:
string
)
:
DurableObjectId
Parameters
name
:
string
Returns
DurableObjectId
id
From
String
idFromString
(
id
:
string
)
:
DurableObjectId
Parameters
id
:
string
Returns
DurableObjectId
jurisdiction
jurisdiction
(
jurisdiction
:
DurableObjectJurisdiction
)
:
DurableObjectNamespace
<
T
>
Parameters
jurisdiction
:
DurableObjectJurisdiction
Returns
DurableObjectNamespace
<
T
>
new
Unique
Id
newUniqueId
(
options
?:
DurableObjectNamespaceNewUniqueIdOptions
)
:
DurableObjectId
Parameters
Optional
options
:
DurableObjectNamespaceNewUniqueIdOptions
Returns
DurableObjectId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
get
By
Name
id
From
Name
id
From
String
jurisdiction
new
Unique
Id
SongGuess
Loading...