Skip to content

Commit 0e92d4e

Browse files
Oxyjunjclee
authored andcommitted
[DO] Improving definition for namespace in Glossary (#24415)
* Improving definition for namespace * Missing space * Updating bullet point to be more accurate * Updating namespace binding name clarification * Nit * Implementing feedback * Update src/content/glossary/durable-objects.yaml Co-authored-by: Joe Lee <[email protected]> --------- Co-authored-by: Joe Lee <[email protected]>
1 parent d7c5885 commit 0e92d4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/glossary/durable-objects.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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 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.
11+
12+
- The binding name of the namespace (as it will be exposed inside Worker code) is defined in the Wrangler file under the `durable_objects.bindings.name` key. Note that the binding name may not uniquely identify a namespace within an account. Instead, each namespace has a unique namespace ID, which you can view from the Cloudflare dashboard.
13+
- You can instantiate a unique Durable Object within a namespace using [Durable Object namespace methods](/durable-objects/api/namespace/#methods).
1114
1215
- term: "Durable Object"
1316
general_definition: |-

0 commit comments

Comments
 (0)