Skip to content

Commit dca4c4e

Browse files
committed
versions
1 parent 708fdeb commit dca4c4e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/write/bulk-write.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ which allows you to perform bulk writes across multiple namespaces.
3131
In MongoDB, a namespace consists of the database name and the collection
3232
name in the format ``<database>.<collection>``.
3333

34+
.. important::
35+
36+
To perform bulk operations on a ``MongoClient`` instance,
37+
ensure that your application meets the following version
38+
requirements:
39+
40+
- {+driver-short+} v4.9 or later
41+
- {+mdb-server+} v8.0 or later
42+
3443
Sample Data
3544
~~~~~~~~~~~
3645

0 commit comments

Comments
 (0)