Search Results for

    Show / Hide Table of Contents

    Class StatsAggregate

    Inheritance
    object
    MetricAggregateBase
    StatsAggregate
    ExtendedStatsAggregate
    Implements
    IAggregate
    Inherited Members
    MetricAggregateBase.Meta
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    double?
    | Edit this page View Source

    Count

    Declaration
    public long Count { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Max

    Declaration
    public double? Max { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Min

    Declaration
    public double? Min { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Sum

    Declaration
    public double Sum { get; set; }
    Property Value
    Type Description
    double

    Implements

    IAggregate

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Average
      • Count
      • Max
      • Min
      • Sum
    • Implements
    • Extension Methods
    Back to top Generated by DocFX