Search Results for

    Show / Hide Table of Contents

    Class AggregationBreakdown

    Inheritance
    object
    AggregationBreakdown
    Inherited Members
    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 AggregationBreakdown

    Properties

    | Edit this page View Source

    BuildAggregation

    Declaration
    [DataMember(Name = "build_aggregation")]
    public long BuildAggregation { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    BuildAggregationCount

    Declaration
    [DataMember(Name = "build_aggregation_count")]
    public long BuildAggregationCount { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Collect

    Declaration
    [DataMember(Name = "collect")]
    public long Collect { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    CollectCount

    Declaration
    [DataMember(Name = "collect_count")]
    public long CollectCount { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Initialize

    Declaration
    [DataMember(Name = "initialize")]
    public long Initialize { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    InitializeCount

    Declaration
    [DataMember(Name = "intialize_count")]
    public long InitializeCount { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Reduce

    Declaration
    [DataMember(Name = "reduce")]
    public long Reduce { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    ReduceCount

    Declaration
    [DataMember(Name = "reduce_count")]
    public long ReduceCount { get; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • BuildAggregation
      • BuildAggregationCount
      • Collect
      • CollectCount
      • Initialize
      • InitializeCount
      • Reduce
      • ReduceCount
    • Extension Methods
    Back to top Generated by DocFX