We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708fdeb commit dca4c4eCopy full SHA for dca4c4e
source/write/bulk-write.txt
@@ -31,6 +31,15 @@ which allows you to perform bulk writes across multiple namespaces.
31
In MongoDB, a namespace consists of the database name and the collection
32
name in the format ``<database>.<collection>``.
33
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
43
Sample Data
44
~~~~~~~~~~~
45
0 commit comments