-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathreference.txt
107 lines (81 loc) · 3.02 KB
/
reference.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.. _reference-landing:
================
Manual Reference
================
.. meta::
:description: Explore MongoDB reference materials including commands, connection strings, error codes, and glossary terms.
.. default-domain:: mongodb
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
:ref:`collation`
Description of collation fields as well as supported languages and
associated locales for collation.
:ref:`mongodb-uri`
The complete specification of the MongoDB connection string format
that the drivers use to describe connections to MongoDB
deployments.
:ref:`database-commands`
Documentation of all MongoDB :term:`database commands <database
command>` operations, syntax, and use.
:ref:`default-mongodb-port`
List of default ports used by MongoDB.
:ref:`default-mongodb-read-write-concerns`
List of default read and write concerns.
:ref:`server-error-codes`
Details the error codes that MongoDB returns.
:ref:`glossary`
A glossary of common terms and concepts specific to MongoDB.
:ref:`log-messages-ref`
Describes the components of log messages.
:ref:`server-limits-thresholds`
A list of important limits and thresholds imposed by MongoDB.
:ref:`mongodb-wire-protocol`
Description of the MongoDB Wire Protocol.
:ref:`js-administrative-methods`
Documentation of JavaScript methods and helpers in
:binary:`~bin.mongosh`.
:ref:`mql-reference`
Documentation for the MongoDB Query Language, including find queries,
aggregation pipelines, and write operations.
:ref:`server-sessions`
Describes server sessions.
:ref:`sbe-landing`
Describes the {+sbe+}.
:ref:`stable-api`
Describes the Stable API.
:ref:`metadata-system-collections`
Describes the collections that MongoDB reserves for internal use.
:ref:`mongo <mongo>`
Documentation of JavaScript methods and helpers in
the legacy :binary:`~bin.mongo` shell.
.. seealso::
The following pages contain additional reference material:
- :ref:`data-modeling-patterns`
- :ref:`sharding-reference`
- :ref:`replication-toc`
- :ref:`security-reference`
.. toctree::
:titlesonly:
:hidden:
Collation </reference/collation>
Connection Strings </reference/connection-string>
Database Commands </reference/command>
DDL Operations </reference/ddl-operations>
Default Port </reference/default-mongodb-port>
Read & Write Concerns </reference/mongodb-defaults>
Error Codes </reference/error-codes>
Glossary </reference/glossary>
Log Messages </reference/log-messages>
Limits & Thresholds </reference/limits>
MongoDB Database Tools <https://www.mongodb.com/docs/database-tools/?tck=docs_server_toc>
Wire Protocol </reference/mongodb-wire-protocol>
mongosh Methods </reference/method>
Query Language </reference/mql>
Server Sessions </reference/server-sessions>
Slot-Based Query Execution Engine </reference/sbe>
Stable API </reference/stable-api>
System Collections </reference/system-collections>
Legacy mongo Shell </reference/mongo>