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 f1f1855 commit a1383c4Copy full SHA for a1383c4
source/reference/method/db.collection.insertMany.txt
@@ -77,10 +77,12 @@ Definition
77
78
A document containing:
79
80
- - A boolean ``acknowledged`` as ``true`` if the operation ran with
81
- :term:`write concern` or ``false`` if write concern was disabled
+ - An ``acknowledged`` boolean, set to ``true`` if the operation
+ ran with :term:`write concern` or ``false`` if write concern
82
+ was disabled
83
- - An array of ``_id`` for each successfully inserted documents
84
+ - An ``insertedIds`` array, containing ``_id`` values for each
85
+ successfully inserted document
86
87
Behaviors
88
---------
0 commit comments