Search Results for

    Show / Hide Table of Contents

    Class CompositeBucketAggregate

    Aggregation response of CompositeAggregation

    Inheritance
    object
    MultiBucketAggregate<CompositeBucket>
    CompositeBucketAggregate
    Implements
    IAggregate
    Inherited Members
    MultiBucketAggregate<CompositeBucket>.Buckets
    MultiBucketAggregate<CompositeBucket>.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 CompositeBucketAggregate : MultiBucketAggregate<CompositeBucket>, IAggregate

    Properties

    | Edit this page View Source

    AfterKey

    The composite key of the last bucket returned in the response before any filtering by pipeline aggregations. If all buckets are filtered/removed by pipeline aggregations, AfterKey will contain the composite key of the last bucket before filtering.

    Declaration
    public CompositeKey AfterKey { get; set; }
    Property Value
    Type Description
    CompositeKey

    Implements

    IAggregate

    Extension Methods

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