Table of Contents

Constructor BulkWriteDeleteManyModel

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

BulkWriteDeleteManyModel(string, FilterDefinition<TDocument>, Collation, BsonValue)

Initializes a new instance of the BulkWriteDeleteManyModel<TDocument> class.

public BulkWriteDeleteManyModel(string collectionNamespace, FilterDefinition<TDocument> filter, Collation collation = null, BsonValue hint = null)

Parameters

collectionNamespace string

Collection on which the operation should be performed.

filter FilterDefinition<TDocument>

The filter to apply.

collation Collation

Specifies a collation.

hint BsonValue

The index to use.

BulkWriteDeleteManyModel(CollectionNamespace, FilterDefinition<TDocument>, Collation, BsonValue)

Initializes a new instance of the BulkWriteDeleteManyModel<TDocument> class.

public BulkWriteDeleteManyModel(CollectionNamespace collectionNamespace, FilterDefinition<TDocument> filter, Collation collation = null, BsonValue hint = null)

Parameters

collectionNamespace CollectionNamespace

Collection on which the operation should be performed.

filter FilterDefinition<TDocument>

The filter to apply.

collation Collation

Specifies a collation.

hint BsonValue

The index to use.