A group by rule

Hierarchy

  • LogsGroupBy

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). Note: 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. Note: at most 10000 buckets are allowed. If grouping by multiple facets, the product of limits must not exceed 10000.

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

A sort rule

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

Generated using TypeDoc