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 class DeleteOneModel<T> extends WriteModel<T>
| Constructor and Description |
|---|
DeleteOneModel(Bson filter)
Construct a new instance.
|