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
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.
optionalinheritedloggerContext
optionalinheritedlogging
optionalinheritedmaxTimeMS
mongodb only
optionalinheritedpopulate
optionalinheritedpopulateFilter
optionalinheritedpopulateWhere
optionalrefresh
Whether to reload the count from the database even if it is already cached.
optionalinheritedschema
optionalinheritedunionWhere
optionalinheritedunionWhereStrategy
optionalwhere
Additional filtering conditions for the count query.
Options for the
Collection.loadCount()method.