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

Hierarchy

  • CIAppGroupByHistogram

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
interval: number

The bin size of the histogram buckets.

max: number

The maximum value for the measure used in the histogram (values greater than this one are filtered out).

min: number

The minimum value for the measure used in the histogram (values smaller than this one are filtered out).

Generated using TypeDoc