Click or drag to resize

Unacknowledged Properties

The BulkWriteResult<TDocument> .Unacknowledged type exposes the following members.

Properties
  NameDescription
Public propertyDeletedCount
Gets the number of documents that were deleted.
(Overrides BulkWriteResult.DeletedCount.)
Public propertyInsertedCount
Gets the number of documents that were inserted.
(Overrides BulkWriteResult.InsertedCount.)
Public propertyIsAcknowledged
Gets a value indicating whether the bulk write operation was acknowledged.
(Overrides BulkWriteResult.IsAcknowledged.)
Public propertyIsModifiedCountAvailable
Gets a value indicating whether the modified count is available.
(Overrides BulkWriteResult.IsModifiedCountAvailable.)
Public propertyMatchedCount
Gets the number of documents that were matched.
(Overrides BulkWriteResult.MatchedCount.)
Public propertyModifiedCount
Gets the number of documents that were actually modified during an update.
(Overrides BulkWriteResult.ModifiedCount.)
Public propertyProcessedRequests
Gets the processed requests.
(Inherited from BulkWriteResult<TDocument>.)
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 BulkWriteResult.Upserts.)
Top
See Also