We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f452e commit 99c5d74Copy full SHA for 99c5d74
source/reference/glossary.txt
@@ -769,9 +769,9 @@ Glossary
769
information.
770
771
namespace
772
- A canonical name for a collection or index in MongoDB.
773
- Namespaces consist of a concatenation of the database and
774
- collection or index name, like so:
+ The canonical name for a collection or index in MongoDB.
+ The namespace is a combination of the database name and
+ the name of the collection or index, like so:
775
``[database-name].[collection-or-index-name]``. All documents
776
belong to a namespace.
777
0 commit comments