Search Results for

    Show / Hide Table of Contents

    Class MultiBucketAggregate<TBucket>

    Aggregation response for a bucket aggregation

    Inheritance
    object
    MultiBucketAggregate<TBucket>
    AutoDateHistogramAggregate
    CompositeBucketAggregate
    MultiTermsAggregate<TKey>
    SignificantTermsAggregate<TKey>
    TermsAggregate<TKey>
    Implements
    IAggregate
    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 MultiBucketAggregate<TBucket> : IAggregate where TBucket : IBucket
    Type Parameters
    Name Description
    TBucket

    Properties

    | Edit this page View Source

    Buckets

    The buckets into which results are grouped

    Declaration
    public IReadOnlyCollection<TBucket> Buckets { get; set; }
    Property Value
    Type Description
    IReadOnlyCollection<TBucket>
    | Edit this page View Source

    Meta

    Metadata for the aggregation

    Declaration
    public IReadOnlyDictionary<string, object> Meta { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>

    Implements

    IAggregate

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Buckets
      • Meta
    • Implements
    • Extension Methods
    Back to top Generated by DocFX