The result of an insertMany command on a RemoteMongoCollection.
insertMany
Map of the index of the inserted document to the new id of the inserted document.
If the document doesn't have an identifier, this value will be generated by the Stitch server and added to the document before insertion.
Generated using TypeDoc
RemoteInsertManyResult
The result of an
insertMany
command on a RemoteMongoCollection.See Also