Unacknowledged Properties |
The BulkWriteResult<TDocument> .Unacknowledged type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeletedCount |
Gets the number of documents that were deleted.
(Overrides BulkWriteResult.DeletedCount.) |
![]() | InsertedCount |
Gets the number of documents that were inserted.
(Overrides BulkWriteResult.InsertedCount.) |
![]() | IsAcknowledged |
Gets a value indicating whether the bulk write operation was acknowledged.
(Overrides BulkWriteResult.IsAcknowledged.) |
![]() | IsModifiedCountAvailable |
Gets a value indicating whether the modified count is available.
(Overrides BulkWriteResult.IsModifiedCountAvailable.) |
![]() | MatchedCount |
Gets the number of documents that were matched.
(Overrides BulkWriteResult.MatchedCount.) |
![]() | ModifiedCount |
Gets the number of documents that were actually modified during an update.
(Overrides BulkWriteResult.ModifiedCount.) |
![]() | ProcessedRequests |
Gets the processed requests.
(Inherited from BulkWriteResult<TDocument>.) |
![]() | RequestCount |
Gets the request count.
(Inherited from BulkWriteResult.) |
![]() | Upserts |
Gets a list with information about each request that resulted in an upsert.
(Overrides BulkWriteResult.Upserts.) |