Table of Contents

Class ClientBulkWriteResult

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents BulkWrite operation results.

public sealed class ClientBulkWriteResult
Inheritance
ClientBulkWriteResult
Inherited Members

Properties

Acknowledged

Indicates whether this bulk write result was acknowledged.

DeleteResults

The results of each individual delete operation that was successfully performed.

DeletedCount

The total number of documents deleted across all delete operations.

InsertResults

The results of each individual insert operation that was successfully performed.

InsertedCount

The total number of documents inserted across all insert operations.

MatchedCount

The total number of documents matched across all update operations.

ModifiedCount

The total number of documents modified across all update operations.

UpdateResults

The results of each individual update operation that was successfully performed.

UpsertedCount

The total number of documents upserted across all update operations.