Table of Contents

Class BulkWriteDeleteOneModel<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents delete one operation in the scope of BulkWrite operation.

public sealed class BulkWriteDeleteOneModel<TDocument> : BulkWriteModel

Type Parameters

TDocument

The type of the document.

Inheritance
BulkWriteDeleteOneModel<TDocument>
Inherited Members

Constructors

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

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

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

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

Properties

Collation

Specifies a collation.

Filter

The filter to apply.

Hint

The index to use.