Interface DeleteManyModel<TSchema>

Type Parameters

Hierarchy

  • DeleteManyModel

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