Class PercentileRanksAggregation
Inheritance
PercentileRanksAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class PercentileRanksAggregation : FormattableMetricAggregationBase, IPercentileRanksAggregation, IFormattableMetricAggregation, IMetricAggregation, IAggregation
Constructors
|
Edit this page
View Source
PercentileRanksAggregation(string, Field)
Declaration
public PercentileRanksAggregation(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
Values
Declaration
public IEnumerable<double> Values { get; set; }
Property Value
Implements
Extension Methods