跳到主要内容

CountOptions<T, U>

Defined in: packages/rxdb/src/repository/query-options.interface.ts:150

Count 查询选项

Type Parameters

Type ParameterDefault type
T extends EntityTypeEntityType
URuleGroup<InstanceType<T>>

Properties

groupBy?

optional groupBy: string[];

Defined in: packages/rxdb/src/repository/query-options.interface.ts:152


where

where: U;

Defined in: packages/rxdb/src/repository/query-options.interface.ts:151