Search Results for

    Show / Hide Table of Contents

    Class AggregationBase

    Inheritance
    object
    AggregationBase
    BucketAggregationBase
    BucketSortAggregation
    GeoLineAggregation
    MatrixAggregationBase
    MetricAggregationBase
    PipelineAggregationBase
    WeightedAverageAggregation
    Implements
    IAggregation
    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 AggregationBase : IAggregation

    Constructors

    | Edit this page View Source

    AggregationBase(string)

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

    Properties

    | Edit this page View Source

    Meta

    metadata to associate with the individual aggregation at request time that will be returned in place at response time

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

    Operators

    | Edit this page View Source

    operator &(AggregationBase, AggregationBase)

    Declaration
    public static AggregationBase operator &(AggregationBase left, AggregationBase right)
    Parameters
    Type Name Description
    AggregationBase left
    AggregationBase right
    Returns
    Type Description
    AggregationBase
    | Edit this page View Source

    operator false(AggregationBase)

    Declaration
    public static bool operator false(AggregationBase a)
    Parameters
    Type Name Description
    AggregationBase a
    Returns
    Type Description
    bool
    | Edit this page View Source

    operator true(AggregationBase)

    Declaration
    public static bool operator true(AggregationBase a)
    Parameters
    Type Name Description
    AggregationBase a
    Returns
    Type Description
    bool

    Implements

    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • AggregationBase(string)
    • Properties
      • Meta
    • Operators
      • operator &(AggregationBase, AggregationBase)
      • operator false(AggregationBase)
      • operator true(AggregationBase)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX