Search Results for

    Show / Hide Table of Contents

    Class BucketAggregationDescriptorBase<TBucketAggregation, TBucketAggregationInterface, T>

    Inheritance
    object
    BucketAggregationDescriptorBase<TBucketAggregation, TBucketAggregationInterface, T>
    AdjacencyMatrixAggregationDescriptor<T>
    AutoDateHistogramAggregationDescriptor<T>
    ChildrenAggregationDescriptor<T>
    CompositeAggregationDescriptor<T>
    DateHistogramAggregationDescriptor<T>
    DateRangeAggregationDescriptor<T>
    DiversifiedSamplerAggregationDescriptor<T>
    FilterAggregationDescriptor<T>
    FiltersAggregationDescriptor<T>
    GeoDistanceAggregationDescriptor<T>
    GeoHashGridAggregationDescriptor<T>
    GeoTileGridAggregationDescriptor<T>
    GlobalAggregationDescriptor<T>
    HistogramAggregationDescriptor<T>
    IpRangeAggregationDescriptor<T>
    MissingAggregationDescriptor<T>
    MultiTermsAggregationDescriptor<T>
    NestedAggregationDescriptor<T>
    ParentAggregationDescriptor<T, TParent>
    RangeAggregationDescriptor<T>
    RareTermsAggregationDescriptor<T>
    ReverseNestedAggregationDescriptor<T>
    SamplerAggregationDescriptor<T>
    SignificantTermsAggregationDescriptor<T>
    SignificantTextAggregationDescriptor<T>
    TermsAggregationDescriptor<T>
    VariableWidthHistogramAggregationDescriptor<T>
    Implements
    IBucketAggregation
    IAggregation
    IDescriptor
    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 abstract class BucketAggregationDescriptorBase<TBucketAggregation, TBucketAggregationInterface, T> : IBucketAggregation, IAggregation, IDescriptor where TBucketAggregation : BucketAggregationDescriptorBase<TBucketAggregation, TBucketAggregationInterface, T>, TBucketAggregationInterface, IBucketAggregation where TBucketAggregationInterface : class, IBucketAggregation where T : class
    Type Parameters
    Name Description
    TBucketAggregation
    TBucketAggregationInterface
    T

    Properties

    | Edit this page View Source

    Self

    Declaration
    protected TBucketAggregationInterface Self { get; }
    Property Value
    Type Description
    TBucketAggregationInterface

    Methods

    | Edit this page View Source

    Aggregations(AggregationDictionary)

    Declaration
    public TBucketAggregation Aggregations(AggregationDictionary aggregations)
    Parameters
    Type Name Description
    AggregationDictionary aggregations
    Returns
    Type Description
    TBucketAggregation
    | Edit this page View Source

    Aggregations(Func<AggregationContainerDescriptor<T>, IAggregationContainer>)

    Declaration
    public TBucketAggregation Aggregations(Func<AggregationContainerDescriptor<T>, IAggregationContainer> selector)
    Parameters
    Type Name Description
    Func<AggregationContainerDescriptor<T>, IAggregationContainer> selector
    Returns
    Type Description
    TBucketAggregation
    | Edit this page View Source

    Assign<TValue>(TValue, Action<TBucketAggregationInterface, TValue>)

    Declaration
    protected TBucketAggregation Assign<TValue>(TValue value, Action<TBucketAggregationInterface, TValue> assigner)
    Parameters
    Type Name Description
    TValue value
    Action<TBucketAggregationInterface, TValue> assigner
    Returns
    Type Description
    TBucketAggregation
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)

    Declaration
    public TBucketAggregation Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>> selector)
    Parameters
    Type Name Description
    Func<FluentDictionary<string, object>, FluentDictionary<string, object>> selector
    Returns
    Type Description
    TBucketAggregation

    Implements

    IBucketAggregation
    IAggregation
    IDescriptor

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Self
    • Methods
      • Aggregations(AggregationDictionary)
      • Aggregations(Func<AggregationContainerDescriptor<T>, IAggregationContainer>)
      • Assign<TValue>(TValue, Action<TBucketAggregationInterface, TValue>)
      • Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX