Skip to content

Histogram🔗

Definition🔗

export interface Histogram {
    field?: string;
    id: string;
    type: elasticsearch.BucketAggregationType.Histogram;
    settings?: {
        interval?: string;
        min_doc_count?: string;
    };
}

See also🔗