Class BulkWriteModel

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents base class for all operations in the scope of bulk write.

public abstract class BulkWriteModel

Inheritance

object

BulkWriteModel

Derived

BulkWriteDeleteManyModel

BulkWriteDeleteOneModel

BulkWriteInsertOneModel

BulkWriteReplaceOneModel

BulkWriteUpdateManyModel

BulkWriteUpdateOneModel

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

BulkWriteModel(CollectionNamespace)

Initializes a new instance of the BulkWriteModel class.

Properties

Namespace

The namespace on which to perform the operation.