UpdateManyResult
Wrapper of results of an updateMany call.
Parameters
modifiedCount
number of documents that was updated by the operation.
upsertedId
primary key of the new document if created.
Wrapper of results of an updateMany call.
number of documents that was updated by the operation.
primary key of the new document if created.