Class BulkWriteUpdateResult
Represents update operation result in the scope of BulkWrite.
public class BulkWriteUpdateResult
  - Inheritance
 - 
      
      BulkWriteUpdateResult
 
- Inherited Members
 
Properties
- MatchedCount
 The number of documents that matched the filter.
- ModifiedCount
 The number of documents that were modified.
- UpsertedId
 The _id field of the upserted document if an upsert occurred.