Skip to content

Commit 4f0be87

Browse files
committed
Fix
1 parent c3cb6e5 commit 4f0be87

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/write/insert.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ configure the ``insert_one`` operation:
121121
- Description
122122

123123
* - ``bypass_document_validation``
124-
- | If set to ``true``, allows the driver to ignore
124+
- | Instructs the driver whether or not to ignore
125125
:manual:`document-level validation </core/schema-validation>`.
126126
| Defaults to ``false``.
127127

@@ -130,6 +130,14 @@ configure the ``insert_one`` operation:
130130
fields </reference/command/insert/#command-fields>` guide in the
131131
{+mdb-server+} manual for more information.
132132

133+
* - ``session``
134+
- | Sets the session to use for the operation. To learn more about sessions, see
135+
:manual:`Client Sessions and Causal Consistency Guarantees </core/read-isolation-consistency-recency/#std-label-sessions>`
136+
in the {+mdb-server+} manual.
137+
138+
* - ``write_concern``
139+
- | Sets the :manual:`write concern </core/write-concern>` for the operation.
140+
133141
You can set the preceding settings on the ``insert_many`` method
134142
by passing a ``Hash`` as a parameter to the method call. You can also use the
135143
``ordered`` option to specify the order in which the driver

0 commit comments

Comments
 (0)