Skip to content

DateHistogram🔗

Definition🔗

export interface DateHistogram {
    field?: string;
    id: string;
    type: elasticsearch.BucketAggregationType.DateHistogram;
    settings?: {
        interval?: string;
        min_doc_count?: string;
        trimEdges?: string;
        offset?: string;
        timeZone?: string;
    };
}

See also🔗