ExtendedStatsAggregation

zio.elasticsearch.aggregation.ExtendedStatsAggregation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Sets the sigma parameter for the zio.elasticsearch.aggregation.ExtendedStatsAggregation. Thesigma parameter controls how many standard deviations plus/minus from the mean should std_deviation_bounds object display.

Sets the sigma parameter for the zio.elasticsearch.aggregation.ExtendedStatsAggregation. Thesigma parameter controls how many standard deviations plus/minus from the mean should std_deviation_bounds object display.

Value parameters

value

the value to use for sigma parameter

Attributes

Returns

an instance of the zio.elasticsearch.aggregation.ExtendedStatsAggregation enriched with the sigma parameter.

Inherited and Abstract methods

Sets the missing parameter for the zio.elasticsearch.aggregation.ElasticAggregation. Themissing parameter provides a value to use when a document is missing the field that the aggregation is running on.

Sets the missing parameter for the zio.elasticsearch.aggregation.ElasticAggregation. Themissing parameter provides a value to use when a document is missing the field that the aggregation is running on.

Value parameters

value

the value to use for missing documents

Attributes

Returns

an instance of the zio.elasticsearch.aggregation.ElasticAggregation enriched with the missing parameter.

Inherited from:
HasMissing (hidden)

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)