Search Results for

    Show / Hide Table of Contents

    Class BucketAggregate

    Intermediate Aggregation response, transformed to a more specific aggregation response when requested.

    Inheritance
    object
    BucketAggregate
    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 BucketAggregate : IAggregate

    Properties

    | Edit this page View Source

    AfterKey

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

    AutoInterval

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

    BgCount

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

    DocCount

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

    DocCountErrorUpperBound

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

    Items

    Declaration
    public IReadOnlyCollection<IBucket> Items { get; set; }
    Property Value
    Type Description
    IReadOnlyCollection<IBucket>
    | 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>
    | Edit this page View Source

    SumOtherDocCount

    Declaration
    public long? SumOtherDocCount { get; set; }
    Property Value
    Type Description
    long?

    Implements

    IAggregate

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AfterKey
      • AutoInterval
      • BgCount
      • DocCount
      • DocCountErrorUpperBound
      • Items
      • Meta
      • SumOtherDocCount
    • Implements
    • Extension Methods
    Back to top Generated by DocFX