Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeleteStatement

Hierarchy

  • DeleteStatement

Index

Properties

Optional collation

collation: CollationOptions

Specifies the collation to use for the operation.

Optional comment

comment: string | Document

A user-provided comment to attach to this command

Optional hint

hint: Hint

A document or string that specifies the index to use to support the query predicate.

limit

limit: number

The number of matching documents to delete.

q

The query that matches documents to delete.

Generated using TypeDoc