Click or drag to resize

Unacknowledged Properties

The BulkWriteOperationResultUnacknowledged type exposes the following members.

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