A dimension on which to split a query's results.

Hierarchy

  • EventsGroupBy

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
facet: string

The facet by which to split groups.

limit?: number

The maximum buckets to return for this group by. Note: at most 10000 buckets are allowed. If grouping by multiple facets, the product of limits must not exceed 10000.

The dimension by which to sort a query's results.

Generated using TypeDoc