Search Results for

    Show / Hide Table of Contents

    Class RangeAggregationDescriptor<T>

    Inheritance
    object
    BucketAggregationDescriptorBase<RangeAggregationDescriptor<T>, IRangeAggregation, T>
    RangeAggregationDescriptor<T>
    Implements
    IDescriptor
    IRangeAggregation
    IBucketAggregation
    IAggregation
    Inherited Members
    BucketAggregationDescriptorBase<RangeAggregationDescriptor<T>, IRangeAggregation, T>.Self
    BucketAggregationDescriptorBase<RangeAggregationDescriptor<T>, IRangeAggregation, T>.Assign<TValue>(TValue, Action<IRangeAggregation, TValue>)
    BucketAggregationDescriptorBase<RangeAggregationDescriptor<T>, IRangeAggregation, T>.Aggregations(Func<AggregationContainerDescriptor<T>, IAggregationContainer>)
    BucketAggregationDescriptorBase<RangeAggregationDescriptor<T>, IRangeAggregation, T>.Aggregations(AggregationDictionary)
    BucketAggregationDescriptorBase<RangeAggregationDescriptor<T>, IRangeAggregation, T>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    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 RangeAggregationDescriptor<T> : BucketAggregationDescriptorBase<RangeAggregationDescriptor<T>, IRangeAggregation, T>, IDescriptor, IRangeAggregation, IBucketAggregation, IAggregation where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    Field(Field)

    Declaration
    public RangeAggregationDescriptor<T> Field(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    RangeAggregationDescriptor<T>
    | Edit this page View Source

    Field<TValue>(Expression<Func<T, TValue>>)

    Declaration
    public RangeAggregationDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> field)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> field
    Returns
    Type Description
    RangeAggregationDescriptor<T>
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    Ranges(params Func<AggregationRangeDescriptor, IAggregationRange>[])

    Declaration
    public RangeAggregationDescriptor<T> Ranges(params Func<AggregationRangeDescriptor, IAggregationRange>[] ranges)
    Parameters
    Type Name Description
    Func<AggregationRangeDescriptor, IAggregationRange>[] ranges
    Returns
    Type Description
    RangeAggregationDescriptor<T>
    | Edit this page View Source

    Script(Func<ScriptDescriptor, IScript>)

    Declaration
    public RangeAggregationDescriptor<T> Script(Func<ScriptDescriptor, IScript> scriptSelector)
    Parameters
    Type Name Description
    Func<ScriptDescriptor, IScript> scriptSelector
    Returns
    Type Description
    RangeAggregationDescriptor<T>
    | Edit this page View Source

    Script(string)

    Declaration
    public RangeAggregationDescriptor<T> Script(string script)
    Parameters
    Type Name Description
    string script
    Returns
    Type Description
    RangeAggregationDescriptor<T>

    Implements

    IDescriptor
    IRangeAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Field(Field)
      • Field<TValue>(Expression<Func<T, TValue>>)
      • Ranges(params Func<AggregationRangeDescriptor, IAggregationRange>[])
      • Script(Func<ScriptDescriptor, IScript>)
      • Script(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX