Class PercentilesBucketAggregation
Inheritance
PercentilesBucketAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class PercentilesBucketAggregation : PipelineAggregationBase, IPercentilesBucketAggregation, IPipelineAggregation, IAggregation
Constructors
|
Edit this page
View Source
PercentilesBucketAggregation(string, SingleBucketsPath)
Declaration
public PercentilesBucketAggregation(string name, SingleBucketsPath bucketsPath)
Parameters
Properties
|
Edit this page
View Source
Percents
Declaration
public IEnumerable<double> Percents { get; set; }
Property Value
Implements
Extension Methods