Class BulkWriteDeleteManyModel

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents delete many operation in the scope of BulkWrite operation.

public sealed class BulkWriteDeleteManyModel<TDocument> : BulkWriteModel

Type Parameters

TDocument

The type of the document.

Inheritance

BulkWriteDeleteManyModel

Inherited Members

Constructors

BulkWriteDeleteManyModel(CollectionNamespace, FilterDefinition, Collation, BsonValue)

Initializes a new instance of the BulkWriteDeleteManyModel class.

BulkWriteDeleteManyModel(string, FilterDefinition, Collation, BsonValue)

Initializes a new instance of the BulkWriteDeleteManyModel class.

Properties

Collation

Specifies a collation.

Filter

The filter to apply.

Hint

The index to use.