Class StatsAggregate
Inheritance
StatsAggregate
Assembly: OpenSearch.Client.dll
Syntax
public class StatsAggregate : MetricAggregateBase, IAggregate
Properties
|
Edit this page
View Source
Average
Declaration
public double? Average { get; set; }
Property Value
|
Edit this page
View Source
Count
Declaration
public long Count { get; set; }
Property Value
|
Edit this page
View Source
Max
Declaration
public double? Max { get; set; }
Property Value
|
Edit this page
View Source
Min
Declaration
public double? Min { get; set; }
Property Value
|
Edit this page
View Source
Sum
Declaration
public double Sum { get; set; }
Property Value
Implements
Extension Methods