We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0166114 commit e9583f6Copy full SHA for e9583f6
source/fundamentals/crud/write-operations/bulk.txt
@@ -27,7 +27,7 @@ perform multiple write operations on a single collection. When calling
27
multiple namespaces. In MongoDB, a namespace consists of the database name and the collection
28
name in the format ``<database>.<collection>``.
29
30
-.. important::
+.. important:: Client Bulk Write Requirements
31
32
To perform bulk operations on a ``Client`` instance,
33
ensure that your application meets the following
0 commit comments