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

Hierarchy

  • EventsGroupBySort

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
aggregation: EventsAggregation

The type of aggregation that can be performed on events-based queries.

metric?: string

The metric's calculated value which should be used to define the sort order of a query's results.

Direction of sort.

The type of sort to use on the calculated value.

Generated using TypeDoc