Click or drag to resize

BulkWriteResultTDocument Properties

The BulkWriteResultTDocument generic type exposes the following members.

Properties
  NameDescription
Public propertyDeletedCount
Gets the number of documents that were deleted.
(Inherited from BulkWriteResult.)
Public propertyInsertedCount
Gets the number of documents that were inserted.
(Inherited from BulkWriteResult.)
Public propertyIsAcknowledged
Gets a value indicating whether the bulk write operation was acknowledged.
(Inherited from BulkWriteResult.)
Public propertyIsModifiedCountAvailable
Gets a value indicating whether the modified count is available.
(Inherited from BulkWriteResult.)
Public propertyMatchedCount
Gets the number of documents that were matched.
(Inherited from BulkWriteResult.)
Public propertyModifiedCount
Gets the number of documents that were actually modified during an update.
(Inherited from BulkWriteResult.)
Public propertyProcessedRequests
Gets the processed requests.
Public propertyRequestCount
Gets the request count.
(Inherited from BulkWriteResult.)
Public propertyUpserts
Gets a list with information about each request that resulted in an upsert.
(Inherited from BulkWriteResult.)
Top
See Also