File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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+
133141You can set the preceding settings on the ``insert_many`` method
134142by 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
You can’t perform that action at this time.
0 commit comments