| BulkWriteOperationResult Properties | 
The BulkWriteOperationResult type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DeletedCount | 
            Gets the number of documents that were deleted.
             | 
|  | InsertedCount | 
            Gets the number of documents that were inserted.
             | 
|  | IsAcknowledged | 
            Gets a value indicating whether the bulk write operation was acknowledged.
             | 
|  | IsModifiedCountAvailable | 
            Gets a value indicating whether the modified count is available.
             | 
|  | MatchedCount | 
            Gets the number of documents that were matched.
             | 
|  | ModifiedCount | 
            Gets the number of documents that were actually modified during an update.
             | 
|  | ProcessedRequests | 
            Gets the processed requests.
             | 
|  | RequestCount | 
            Gets the request count.
             | 
|  | Upserts | 
            Gets a list with information about each request that resulted in an upsert.
             | 
 See Also
See Also