MultipleAggregations

zio.elasticsearch.aggregation.MultipleAggregations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Value parameters

aggregations

the aggregations to be set

Attributes

Returns

an instance of the zio.elasticsearch.aggregation.MultipleAggregations with the specified aggregations.

Inherited and Abstract methods

Adds a new aggregation to the list of aggregations represented as MultipleAggregations.

Adds a new aggregation to the list of aggregations represented as MultipleAggregations.

Value parameters

agg

the SingleElasticAggregation to add

Attributes

Returns

a new instance of MultipleAggregations with the specified aggregation added to its list of aggregations.

Inherited from:
WithAgg (hidden)