Click or drag to resize

BulkWriteOperationResult Properties

The BulkWriteOperationResult type exposes the following members.

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