Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeleteOneModel<TSchema>

Type parameters

Hierarchy

  • DeleteOneModel

Index

Properties

Properties

Optional collation

collation: CollationOptions

Specifies a collation.

filter

filter: Filter<TSchema>

The filter to limit the deleted documents.

Optional hint

hint: Hint

The index to use. If specified, then the query system will only consider plans using the hinted index.

Generated using TypeDoc