Class BulkWriteResult
Represents the result of a bulk write operation.
- Inheritance
-
Bulk
Write Result
- Derived
- Inherited Members
Constructors
- Bulk
Write Result(int) Initializes a new instance of the Bulk
Write class.Result
Properties
- Deleted
Count Gets the number of documents that were deleted.
- Inserted
Count Gets the number of documents that were inserted.
- Is
Acknowledged Gets a value indicating whether the bulk write operation was acknowledged.
- Is
Modified Count Available Gets a value indicating whether the modified count is available.
- Matched
Count Gets the number of documents that were matched.
- Modified
Count Gets the number of documents that were actually modified during an update.
- Request
Count Gets the request count.
- Upserts
Gets a list with information about each request that resulted in an upsert.