Interface AggregationHistogramBucketAliases

interface AggregationHistogramBucketAliases {
    bucket?: string;
    label?: string;
    max?: string;
    min?: string;
}

Properties

Properties

bucket?: string

Bucket index or id emitted by a server histogram response.

label?: string

Optional display label emitted by the server.

max?: string

Upper bucket boundary.

min?: string

Inclusive lower bucket boundary.