Class ClientBulkWriteResult
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents BulkWrite operation results.
public sealed class ClientBulkWriteResult
Inheritance
ClientBulkWriteResult
Inherited Members
Properties
Indicates whether this bulk write result was acknowledged.
The results of each individual delete operation that was successfully performed.
The total number of documents deleted across all delete operations.
The results of each individual insert operation that was successfully performed.
The total number of documents inserted across all insert operations.
The total number of documents matched across all update operations.
The total number of documents modified across all update operations.
The results of each individual update operation that was successfully performed.
The total number of documents upserted across all update operations.