CountOptions<T, U>
Defined in: packages/rxdb/src/repository/query-options.interface.ts:150
Count 查询选项
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends EntityType | EntityType |
U | RuleGroup<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