Class WeightedAverageAggregation
Inheritance
WeightedAverageAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class WeightedAverageAggregation : AggregationBase, IWeightedAverageAggregation, IAggregation
Constructors
|
Edit this page
View Source
WeightedAverageAggregation(string)
Declaration
public WeightedAverageAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
The optional numeric response formatter
Declaration
public string Format { get; set; }
Property Value
|
Edit this page
View Source
Value
The configuration for the field or script that provides the values
Declaration
public IWeightedAverageValue Value { get; set; }
Property Value
|
Edit this page
View Source
ValueType
A hint about the values for pure scripts or unmapped fields
Declaration
public ValueType? ValueType { get; set; }
Property Value
|
Edit this page
View Source
Weight
The configuration for the field or script that provides the weights
Declaration
public IWeightedAverageValue Weight { get; set; }
Property Value
Implements
Extension Methods