Interface IPercentilesAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IPercentilesAggregation : IFormattableMetricAggregation, IMetricAggregation, IAggregation
Properties
|
Edit this page
View Source
Keyed
Declaration
bool? Keyed { get; set; }
Property Value
|
Edit this page
View Source
Method
Declaration
IPercentilesMethod Method { get; set; }
Property Value
|
Edit this page
View Source
Percents
Declaration
IEnumerable<double> Percents { get; set; }
Property Value
Extension Methods