projects/congarevenuecloud/ecommerce/src/lib/interfaces/aggregate-query.interface.ts
The interface defines set of aggregate fields to be used in aggregate query.
Properties |
AggregateField |
AggregateField:
|
Type : string
|
AObject field to be used for aggregation. |
AggregateFunction |
AggregateFunction:
|
Type : "count" | "sum" | "avg" | "min" | "max"
|
Aggregate function to be used on the aggregate field. |