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