Search Results for

    Show / Hide Table of Contents

    Class BucketAggregationBase

    Inheritance
    object
    AggregationBase
    BucketAggregationBase
    AdjacencyMatrixAggregation
    AutoDateHistogramAggregation
    ChildrenAggregation
    CompositeAggregation
    DateHistogramAggregation
    DateRangeAggregation
    DiversifiedSamplerAggregation
    FilterAggregation
    FiltersAggregation
    GeoDistanceAggregation
    GeoHashGridAggregation
    GeoTileGridAggregation
    GlobalAggregation
    HistogramAggregation
    IpRangeAggregation
    MissingAggregation
    MultiTermsAggregation
    NestedAggregation
    ParentAggregation
    RangeAggregation
    RareTermsAggregation
    ReverseNestedAggregation
    SamplerAggregation
    SignificantTermsAggregation
    SignificantTextAggregation
    TermsAggregation
    VariableWidthHistogramAggregation
    Implements
    IBucketAggregation
    IAggregation
    Inherited Members
    AggregationBase.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 abstract class BucketAggregationBase : AggregationBase, IBucketAggregation, IAggregation

    Constructors

    | Edit this page View Source

    BucketAggregationBase(string)

    Declaration
    protected BucketAggregationBase(string name)
    Parameters
    Type Name Description
    string name

    Properties

    | Edit this page View Source

    Aggregations

    Declaration
    public AggregationDictionary Aggregations { get; set; }
    Property Value
    Type Description
    AggregationDictionary

    Implements

    IBucketAggregation
    IAggregation

    Extension Methods

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