interface AggregationConfigModel {
    base2_exponential_bucket_histogram?: Base2ExponentialBucketHistogramAggregation;
    default?: object;
    drop?: object;
    explicit_bucket_histogram?: ExplicitBucketHistogramAggregation;
    last_value?: object;
    sum?: object;
}

Properties

base2_exponential_bucket_histogram?: Base2ExponentialBucketHistogramAggregation

Configure aggregation to be base2_exponential_bucket_histogram.

default?: object

Configure aggregation to be default.

drop?: object

Configure aggregation to be drop.

explicit_bucket_histogram?: ExplicitBucketHistogramAggregation

Configure aggregation to be explicit_bucket_histogram.

last_value?: object

Configure aggregation to be last_value.

sum?: object

Configure aggregation to be sum.