File tree Expand file tree Collapse file tree 1 file changed +0
-48
lines changed Expand file tree Collapse file tree 1 file changed +0
-48
lines changed Original file line number Diff line number Diff line change @@ -318,54 +318,6 @@ The ``bulk_write()`` method returns a ``BulkWriteResult`` object. The
318
318
- | A map of the operation's index to the ``_id`` of the upserted documents, if
319
319
applicable.
320
320
321
- .. _pymongo-bulk-write-client-return:
322
-
323
- Client Bulk Write Return Value
324
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
325
-
326
- The ``MongoClient.bulk_write()`` method returns a ``ClientBulkWriteResult`` object. The
327
- ``ClientBulkWriteResult`` object contains the following properties:
328
-
329
- .. list-table::
330
- :widths: 30 70
331
- :header-rows: 1
332
-
333
- * - Property
334
- - Description
335
-
336
- * - ``acknowledged``
337
- - | Indicates if the server acknowledged the write operation.
338
-
339
- * - ``bulk_api_result``
340
- - | The raw bulk API result returned by the server.
341
-
342
- * - ``delete_results``
343
- - | A map of any successful delete operations and their results.
344
-
345
- * - ``deleted_count``
346
- - | The number of documents deleted, if any.
347
-
348
- * - ``has_verbose_results``
349
- - | Indicates whether the returned results are verbose.
350
-
351
- * - ``insert_results``
352
- - | A map of any successful insert operations and their results.
353
-
354
- * - ``inserted_count``
355
- - | The number of documents inserted, if any.
356
-
357
- * - ``matched_count``
358
- - | The number of documents matched for an update, if applicable.
359
-
360
- * - ``modified_count``
361
- - | The number of documents modified, if any.
362
-
363
- * - ``update_results``
364
- - | A map of any successful update operations and their results.
365
-
366
- * - ``upserted_count``
367
- - | The number of documents upserted, if any.
368
-
369
321
Troubleshooting
370
322
---------------
371
323
You can’t perform that action at this time.
0 commit comments