A group-by rule.

Hierarchy

  • CIAppTestsGroupBy

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 name of the facet to use (required).

Used to perform a histogram computation (only for measure facets). At most, 100 buckets are allowed, the number of buckets is (max - min)/interval.

limit?: number

The maximum buckets to return for this group-by.

The value to use for logs that don't have the facet used to group-by.

A sort rule. The aggregation field is required when type is measure.

A resulting object to put the given computes in over all the matching records.

Generated using TypeDoc