Class BulkWriteUpdateResult

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents update operation result in the scope of BulkWrite.

public class BulkWriteUpdateResult

Inheritance

object

BulkWriteUpdateResult

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

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.