File tree Expand file tree Collapse file tree 7 files changed +12
-243
lines changed
fundamentals/code-snippets Expand file tree Collapse file tree 7 files changed +12
-243
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,21 @@ Fundamentals
9
9
:maxdepth: 1
10
10
11
11
/fundamentals/connections
12
+ /fundamentals/stable-api
13
+ /fundamentals/authentication
12
14
/fundamentals/crud
13
- /fundamentals/schema-validation
15
+ /fundamentals/database-collection
14
16
/fundamentals/aggregation
17
+ /fundamentals/tracing-logging
15
18
/fundamentals/run-command
16
19
17
20
..
18
21
Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
19
- /fundamentals/stable-api
20
22
/fundamentals/context
21
- /fundamentals/auth
22
23
/fundamentals/enterprise-auth
23
24
/fundamentals/bson
24
25
/fundamentals/indexes
25
26
/fundamentals/transactions
26
- /fundamentals/logging
27
27
/fundamentals/collations
28
28
/fundamentals/monitoring
29
29
/fundamentals/gridfs
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Authentication Mechanisms
6
6
7
7
.. contents:: On this page
8
8
:local:
9
- :backlinks: none
9
+ :backlinks: nones
10
10
:depth: 2
11
11
:class: singlecol
12
12
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ the options available in ``UpdateOptions``:
338
338
* - ``bypass_document_validation``
339
339
- | If ``true``, allows the driver to perform a write that violates
340
340
document-level validation. To learn more about validation, see
341
- the guide on :ref:`rust- schema-validation` .
341
+ :manual:`Schema Validation </core/ schema-validation>` in the Server manual .
342
342
343
343
| Type: ``bool``
344
344
| Default: ``false``
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ following table describes the options available in
104
104
* - ``bypass_document_validation``
105
105
- | If ``true``, allows the driver to perform a write that violates
106
106
document-level validation. To learn more about validation, see
107
- the guide on :ref:`rust- schema-validation` .
107
+ :manual:`Schema Validation </core/ schema-validation>` in the Server manual .
108
108
109
109
| Type: ``bool``
110
110
| Default: ``false``
@@ -124,8 +124,6 @@ following table describes the options available in
124
124
125
125
| Type: ``Bson``
126
126
127
- .. _rust-insertone-bypass-validation-ex:
128
-
129
127
The following code shows how to construct an ``InsertOneOptions``
130
128
instance:
131
129
@@ -193,7 +191,7 @@ following table describes the options available in
193
191
* - ``bypass_document_validation``
194
192
- | If ``true``, allows the driver to perform a write that violates
195
193
document-level validation. To learn more about validation, see
196
- the guide on :ref:`rust- schema-validation` .
194
+ :manual:`Schema Validation </core/ schema-validation>` in the Server manual .
197
195
198
196
| Type: ``bool``
199
197
| Default: ``false``
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ Learn how to perform the following tasks using the {+driver-short+} in the
2
2
Fundamentals section:
3
3
4
4
- :ref: `Connect to MongoDB <rust-connection >`
5
+ - :ref: `Specify the {+stable-api+} Version <rust-stable-api >`
6
+ - :ref: `Authenticate to MongoDB <rust-authentication >`
5
7
- :ref: `Read from and Write to MongoDB <rust-crud >`
6
- - :ref: `Implement Schema Validation <rust-schema-validation >`
8
+ - :ref: `Manage Databases and Collections <rust-db-coll >`
7
9
- :ref: `Perform Aggregations <rust-aggregation >`
10
+ - :ref: `Record Driver Events <rust-tracing-logging >`
8
11
- :ref: `Run A Database Command <rust-run-command >`
9
12
10
13
..
@@ -15,7 +18,6 @@ Fundamentals section:
15
18
- :ref:`Convert Data to and from BSON <rust-bson>`
16
19
- :ref:`Construct Indexes <rust-indexes>`
17
20
- :ref:`Specify Collations to Order Results <rust-collations>`
18
- - :ref:`Record Log Messages <rust-logging>`
19
21
- :ref:`Monitor Driver Events <rust-monitoring>`
20
22
- :ref:`Store and Retrieve Large Files by Using GridFS <rust-gridfs>`
21
23
- :ref:`Use a Time Series Collection <rust-time-series>`
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments