Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeleteStatement

Hierarchy继承层级

  • DeleteStatement

Index索引

Properties属性

Properties属性

collation?: CollationOptions

Specifies the collation to use for the operation.指定用于操作的排序规则。

hint?: Hint

A document or string that specifies the index to use to support the query predicate.指定用于支持查询谓词的索引的文档或字符串。

limit: number

The number of matching documents to delete.要删除的匹配文档数。

The query that matches documents to delete.匹配要删除的文档的查询。

Generated using TypeDoc