Class BulkWriteDeleteManyModel
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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
Specifies a collation.
The filter to apply.
The index to use.