MultipleAggregations

zio.elasticsearch.aggregation.MultipleAggregations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Inherited methods

def paramsToJson: Json

Attributes

Inherited from:
ElasticAggregation
final def toJson: Json

Attributes

Inherited from:
ElasticAggregation

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

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

Attributes

agg

the SingleElasticAggregation to add

Returns:

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

Inherited from:
WithAgg (hidden)