File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
source/crud/write-operations Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -363,15 +363,21 @@ see the following API documentation:
363363Example File
364364~~~~~~~~~~~~
365365
366- The following code is a complete, standalone file that performs an ordered bulk
367- write operation.
366+ This code example is a complete, standalone file that performs an ordered bulk
367+ write operation. It uses the on the ``movies`` collection in the
368+ ``sample_mflix`` database included in the :atlas:`sample datasets
369+ </sample-data?jmp=docs_driver_java>` provided by Atlas. You can load them into
370+ your database on the free tier of MongoDB Atlas by following the :atlas:`Get
371+ Started with Atlas Guide </getting-started/#atlas-getting-started?jmp=docs_driver_java>`
368372
369373.. include:: /includes/sample-data-note.rst
370374
371- It uses the on the ``movies`` collection in the ``sample_mflix`` database.
375+
372376The example call to ``bulkWrite()`` includes examples of the ``InsertOneModel``,
373377``UpdateOneModel``, and ``DeleteOneModel``.
374378
379+ The following code
380+
375381.. include:: /includes/connect-guide-note.rst
376382
377383.. io-code-block::
You can’t perform that action at this time.
0 commit comments