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 @@ -160,6 +160,14 @@ options, then creates a session with these options:
160160
161161.. sharedinclude:: dbx/transactions-parallelism.rst
162162
163+ .. replacement:: driver-specific-content
164+
165+ If your application is connected to {+mdb-server+} v8.0 or later,
166+ you can perform write operations on multiple namespaces within a
167+ single transaction by using the client bulk write feature. To
168+ learn more, see the :ref:`golang-bulk-client` section of the Bulk
169+ Operations guide.
170+
163171Example
164172-------
165173
@@ -211,4 +219,4 @@ guide, see the following API Documentation:
211219- `StartSession() <{+api+}/mongo#Client.StartSession>`__
212220- `TransactionOptions <{+api+}/mongo/options#TransactionOptions>`__
213221- `SetWriteConcern() <{+api+}/mongo/options#TransactionOptionsBuilder.SetWriteConcern>`__
214- - `InsertMany() <{+api+}/mongo#Collection.InsertMany>`__
222+ - `InsertMany() <{+api+}/mongo#Collection.InsertMany>`__
You can’t perform that action at this time.
0 commit comments