Class PercentilesAggregation
Inheritance
PercentilesAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class PercentilesAggregation : FormattableMetricAggregationBase, IPercentilesAggregation, IFormattableMetricAggregation, IMetricAggregation, IAggregation
Constructors
|
Edit this page
View Source
PercentilesAggregation(string, Field)
Declaration
public PercentilesAggregation(string name, Field field)
Parameters
Properties
|
Edit this page
View Source
Keyed
Declaration
public bool? Keyed { get; set; }
Property Value
|
Edit this page
View Source
Method
Declaration
public IPercentilesMethod Method { get; set; }
Property Value
|
Edit this page
View Source
Percents
Declaration
public IEnumerable<double> Percents { get; set; }
Property Value
Implements
Extension Methods