Skip to content

Commit d54d4b4

Browse files
committed
Updating namespace binding name clarification
1 parent 4709a7b commit d54d4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/glossary/durable-objects.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ entries:
77
88
- term: "namespace"
99
general_definition: |-
10-
A container for a collection of Durable Objects that all share the same Durable Object (class) definition. A single namespace can have (tens of) millions of Durable Objects. Metrics are scoped per namespace.
10+
A logical container for a collection of Durable Objects that all share the same Durable Object (class) definition. A single namespace can have (tens of) millions of Durable Objects. Metrics are scoped per namespace.
1111
12-
- The namespace is defined in the Wrangler file under the `durable_objects.bindings.name` key.
13-
- You can instantiate a Durable Object inside a namespace using [Durable Object namespace methods](/durable-objects/api/namespace/#methods).
12+
- The binding name of the namespace is defined in the Wrangler file under the `durable_objects.bindings.name` key. Note that the binding name may not uniquely identify a namespace. Instead, each namespace has a unique namespace ID, which you can view on the Cloudflare dashboard.
13+
- You can instantiate a unique Durable Object within a namespace using [Durable Object namespace methods](/durable-objects/api/namespace/#methods).
1414
1515
- term: "Durable Object"
1616
general_definition: |-

0 commit comments

Comments
 (0)