Skip to main content
Version: Next

MongoFindOptions <T>

Hierarchy

Index

Properties

optionalinheritedallowDiskUse

allowDiskUse?: boolean

optionalinheritedcollation

collation?: CollationOptions

optionalctx

ctx?: ClientSession

optionalfields

fields?: string[]

optionalinheritedindexHint

indexHint?: string | Dictionary

optionallimit

limit?: number

optionalloggerContext

loggerContext?: LoggingOptions

optionalinheritedmaxTimeMS

maxTimeMS?: number

optionaloffset

offset?: number

optionalorderBy

orderBy?: QueryOrderMap<T> | QueryOrderMap<T>[]