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:
363
363
Example File
364
364
~~~~~~~~~~~~
365
365
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>`
368
372
369
373
.. include:: /includes/sample-data-note.rst
370
374
371
- It uses the on the ``movies`` collection in the ``sample_mflix`` database.
375
+
372
376
The example call to ``bulkWrite()`` includes examples of the ``InsertOneModel``,
373
377
``UpdateOneModel``, and ``DeleteOneModel``.
374
378
379
+ The following code
380
+
375
381
.. include:: /includes/connect-guide-note.rst
376
382
377
383
.. io-code-block::
You can’t perform that action at this time.
0 commit comments