Readonly
deletedNumber of documents deleted.
Readonly
insertedNumber of documents inserted.
Readonly
insertedInserted document generated Id's, hash key is the index of the originating operation
Readonly
matchedNumber of documents matched for update.
Readonly
modifiedNumber of documents modified.
Private
Readonly
resultReadonly
upsertedNumber of documents upserted.
Readonly
upsertedUpserted document generated Id's, hash key is the index of the originating operation
The number of inserted documents
Use insertedCount instead.
Number of matched documents
Use matchedCount instead.
Number of documents updated physically on disk
Use modifiedCount instead.
Number of removed documents
Use deletedCount instead.
Number of upserted documents
User upsertedCount instead.
Evaluates to true if the bulk operation correctly executes
Retrieve the write concern error if one exists
Returns a specific write error object
Retrieve all write errors
Static
Private
generateGenerated using TypeDoc
The result of a bulk write.