Class BulkWriteUpdateResult
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents update operation result in the scope of BulkWrite.
public class BulkWriteUpdateResult
Inheritance
BulkWriteUpdateResult
Inherited Members
object.ReferenceEquals(object, object)
Properties
The number of documents that matched the filter.
The number of documents that were modified.
The _id field of the upserted document if an upsert occurred.