Interface DeleteOneModel<TSchema>

Type Parameters

Hierarchy

  • DeleteOneModel

Properties

Properties

collation?: CollationOptions

Specifies a collation.

filter: Filter<TSchema>

The filter to limit the deleted documents.用于限制已删除文档的筛选器。

hint?: Hint

The index to use. If specified, then the query system will only consider plans using the hinted index.要使用的索引。如果指定,则查询系统将只考虑使用提示索引的计划。

Generated using TypeDoc