Skip to content

Commit 9b18409

Browse files
committed
type hint fix
1 parent 8969322 commit 9b18409

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

source/write/bulk-write.txt

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -318,54 +318,6 @@ The ``bulk_write()`` method returns a ``BulkWriteResult`` object. The
318318
- | A map of the operation's index to the ``_id`` of the upserted documents, if
319319
applicable.
320320

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-
369321
Troubleshooting
370322
---------------
371323

0 commit comments

Comments
 (0)