Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FindOneAndDeleteOptions

Hierarchy

  • FindOneAndDeleteOptions

Index

Properties

Optional maxTimeMS

maxTimeMS: undefined | number

The maximum amount of time to allow the query to run.

Optional projection

projection: Object

Limits the fields to return for all matching documents.

Optional sort

sort: Object

Determines which document the operation modifies if the query selects multiple documents.

Generated using TypeDoc