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 b409766 commit 20c0cc8Copy full SHA for 20c0cc8
source/crud/write-operations/bulk.txt
@@ -364,7 +364,11 @@ Example File
364
~~~~~~~~~~~~
365
366
The following code is a complete, standalone file that performs an ordered bulk
367
-write operation on the ``movies`` collection in the ``sample_mflix`` database.
+write operation.
368
+
369
+.. include:: /includes/sample-data-note.rst
370
371
+It uses the on the ``movies`` collection in the ``sample_mflix`` database.
372
The example call to ``bulkWrite()`` includes examples of the ``InsertOneModel``,
373
``UpdateOneModel``, and ``DeleteOneModel``.
374
0 commit comments