Click or drag to resize
Unacknowledged Properties

The BulkWriteResultTDocumentUnacknowledged type exposes the following members.

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