Class ClientBulkWriteResult
Represents BulkWrite operation results.
- Inheritance
-
Client
Bulk Write Result
- Inherited Members
Properties
- Acknowledged
Indicates whether this bulk write result was acknowledged.
- Delete
Results The results of each individual delete operation that was successfully performed.
- Deleted
Count The total number of documents deleted across all delete operations.
- Insert
Results The results of each individual insert operation that was successfully performed.
- Inserted
Count The total number of documents inserted across all insert operations.
- Matched
Count The total number of documents matched across all update operations.
- Modified
Count The total number of documents modified across all update operations.
- Update
Results The results of each individual update operation that was successfully performed.
- Upserted
Count The total number of documents upserted across all update operations.