Defines the metric and aggregation used as the sort value.

Hierarchy

  • SplitConfigSortCompute

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: string

How to aggregate the sort metric for the purposes of ordering.

metric: string

The metric to use for sorting graphs.

Generated using TypeDoc