Class BulkWriteResult<TDocument>.Acknowledged
Result from an acknowledged write concern.
- Inheritance
-
Bulk
Write <TDocument>Result BulkWriteResult<TDocument>.Acknowledged
- Inherited Members
Constructors
- Acknowledged(int, long, long, long, long?, IReadOnlyList<WriteModel<TDocument>>, IEnumerable<BulkWriteUpsert>)
Initializes a new instance of the BulkWriteResult<TDocument>.Acknowledged class.
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.
- Upserts
Gets a list with information about each request that resulted in an upsert.