File

projects/netgrif-components-core/src/lib/dashboard/cards/model/custom-dashboard-model/aggregation-query.ts

Description

Represents aggregation query for elasticsearch aggregations See the documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html

Index

Properties

Properties

aggs
aggs: literal type
Type : literal type
export interface AggregationQuery {
    aggs: {
        [k: string]: any;
    };
}

result-matching ""

    No results matching ""