Skip to main content
Version: Next

LoadCountOptions <T>

Hierarchy

Index

Properties

optionalinheritedcache

cache?: number | boolean | [string, number]

optionalinheritedcollation

collation?: string | CollationOptions

SQL: collation name string applied as COLLATE; MongoDB: CollationOptions object.

optionalinheritedcomments

comments?: string | string[]

sql only

optionalinheritedconnectionType

connectionType?: ConnectionType

optionalinheritedctx

ctx?: any

optionalinheritedfilters

filters?: FilterOptions

optionalinheritedflushMode

flushMode?: always | FlushMode | commit | auto

optionalinheritedgroupBy

groupBy?: string | readonly string[]

optionalinheritedhaving

having?: FilterQuery<T>

optionalinheritedhintComments

hintComments?: string | string[]

sql only

optionalinheritedindexHint

indexHint?: string | Dictionary

SQL: appended to FROM clause (e.g. 'force index(my_index)'); MongoDB: index name or spec passed as hint.

optionalinheritedloggerContext

loggerContext?: LogContext

optionalinheritedlogging

logging?: LoggingOptions

optionalinheritedmaxTimeMS

maxTimeMS?: number

mongodb only

optionalinheritedpopulate

populate?: Populate<T, *>

optionalinheritedpopulateFilter

populateFilter?: ObjectQuery<T>

optionalinheritedpopulateWhere

populateWhere?: PopulateHint | infer | all | ObjectQuery<T>

optionalrefresh

refresh?: boolean

optionalinheritedschema

schema?: string

optionalwhere

where?: FilterQuery<T>