projects/congarevenuecloud/ecommerce/src/lib/interfaces/aggregate-query.interface.ts
The interface represents the payload for an aggregate query.
Properties |
Criteria |
Criteria:
|
Type : string
|
Criteria to filter the aggregate result. |
Distinct |
Distinct:
|
Type : boolean
|
Defines whether the resulting aggregate should be distinct. |
GroupBy |
GroupBy:
|
Type : Array<string>
|
List of field names the group by operation will be performed on. |
ObjectName |
ObjectName:
|
Type : string
|
The name of the object to be queried. |
Select |
Select:
|
Type : Array<string>
|
List of field names to be included in query. |