Class DeleteManyModel<TDocument>
Model for deleting many documents.
[Serializable]
public sealed class DeleteManyModel<TDocument> : WriteModel<TDocument>
Type Parameters
TDocument
The type of the document.
- Inheritance
-
WriteModel<TDocument>DeleteManyModel<TDocument>
- Inherited Members
Constructors
- DeleteManyModel(FilterDefinition<TDocument>)
Initializes a new instance of the DeleteManyModel<TDocument> class.
Properties
- Collation
Gets or sets the collation.
- Filter
Gets the filter.
- Hint
Gets or sets the hint.
- ModelType
Gets the type of the model.