Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryOptions

Options which can be used to control the way in which a query is executed against the MongoDB database.

Hierarchy

  • QueryOptions

Index

Properties

Properties

Optional cache

cache: undefined | true | false

Optional fields

fields: undefined | object

Optional limit

limit: undefined | number

Optional skip

skip: undefined | number

Optional sort

sort: Index.IndexSpecification

Generated using TypeDoc