T
- the type of document to update. In practice this doesn't actually apply to updates but is here for consistency with the
other write modelspublic final class DeleteManyModel<T> extends WriteModel<T>
Constructor and Description |
---|
DeleteManyModel(Bson filter)
Construct a new instance.
|