The result of an updateOne or updateMany operation a RemoteMongoCollection.
updateOne
updateMany
The number of documents that matched the filter.
The number of documents matched by the query.
The identifier of the inserted document if an upsert took place.
See RemoteUpdateOptions.upsert.
Generated using TypeDoc
RemoteUpdateResult
The result of an
updateOne
orupdateMany
operation a RemoteMongoCollection.See Also