CountOptions <T, P>
Hierarchy
- AbortQueryOptions
- CountOptions
Index
Properties
optionalcache
optionalcollation
SQL: collation name string applied as COLLATE; MongoDB: CollationOptions object.
optionalcomments
sql only
optionalconnectionType
optionalctx
optionalfilters
optionalflushMode
optionalgroupBy
optionalhaving
optionalhintComments
sql only
optionalindexHint
SQL: appended to FROM clause (e.g. 'force index(my_index)'); MongoDB: index name or spec passed as hint.
optionalinheritedinflightQueryAbortStrategy
Strategy used when the signal fires while the query is in flight. See InflightQueryAbortStrategy for caveats around streams and MongoDB.
optionalloggerContext
optionallogging
optionalmaxTimeMS
mongodb only
optionalpopulate
optionalpopulateFilter
optionalpopulateWhere
optionalschema
optionalinheritedsignal
AbortSignal that cancels the query when fired.
Options for
em.count()queries.