LoadCountOptions <T>
Hierarchy
- CountOptions<T, *>
- LoadCountOptions
Index
Properties
optionalinheritedcache
optionalinheritedcollation
SQL: collation name string applied as COLLATE; MongoDB: CollationOptions object.
optionalinheritedcomments
sql only
optionalinheritedconnectionType
optionalinheritedctx
optionaldataloader
Whether to use the dataloader for batching count operations.
optionalinheritedfilters
optionalinheritedflushMode
optionalinheritedgroupBy
optionalinheritedhaving
optionalinheritedhintComments
sql only
optionalinheritedindexHint
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.
optionalinheritedloggerContext
optionalinheritedlogging
optionalinheritedmaxTimeMS
mongodb only
optionalinheritedpopulate
optionalinheritedpopulateFilter
optionalinheritedpopulateWhere
optionalrefresh
Whether to reload the count from the database even if it is already cached.
optionalinheritedschema
optionalinheritedsignal
AbortSignal that cancels the query when fired.
optionalinheritedunionWhere
optionalinheritedunionWhereStrategy
optionalwhere
Additional filtering conditions for the count query.
Options for the
Collection.loadCount()method.