Acknowledged Properties | 
The BulkWriteOperationResultAcknowledged type exposes the following members.
| Name | Description | |
|---|---|---|
| DeletedCount | 
            Gets the number of documents that were deleted.
              (Overrides BulkWriteOperationResultDeletedCount.) | |
| InsertedCount | 
            Gets the number of documents that were inserted.
              (Overrides BulkWriteOperationResultInsertedCount.) | |
| IsAcknowledged | 
            Gets a value indicating whether the bulk write operation was acknowledged.
              (Overrides BulkWriteOperationResultIsAcknowledged.) | |
| IsModifiedCountAvailable | 
            Gets a value indicating whether the modified count is available.
              (Overrides BulkWriteOperationResultIsModifiedCountAvailable.) | |
| MatchedCount | 
            Gets the number of documents that were matched.
              (Overrides BulkWriteOperationResultMatchedCount.) | |
| ModifiedCount | 
            Gets the number of documents that were actually modified during an update.
              (Overrides BulkWriteOperationResultModifiedCount.) | |
| ProcessedRequests | 
            Gets the processed requests.
              (Inherited from BulkWriteOperationResult.) | |
| RequestCount | 
            Gets the request count.
              (Inherited from BulkWriteOperationResult.) | |
| Upserts | 
            Gets a list with information about each request that resulted in an upsert.
              (Overrides BulkWriteOperationResultUpserts.) |