Search Results for

    Show / Hide Table of Contents

    Class AggregationRangeDescriptor

    Inheritance
    object
    DescriptorBase<AggregationRangeDescriptor, IAggregationRange>
    AggregationRangeDescriptor
    Implements
    IDescriptor
    IAggregationRange
    Inherited Members
    DescriptorBase<AggregationRangeDescriptor, IAggregationRange>.Self
    DescriptorBase<AggregationRangeDescriptor, IAggregationRange>.Assign<TValue>(TValue, Action<IAggregationRange, TValue>)
    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 AggregationRangeDescriptor : DescriptorBase<AggregationRangeDescriptor, IAggregationRange>, IDescriptor, IAggregationRange

    Methods

    | Edit this page View Source

    From(double?)

    Declaration
    public AggregationRangeDescriptor From(double? from)
    Parameters
    Type Name Description
    double? from
    Returns
    Type Description
    AggregationRangeDescriptor
    | Edit this page View Source

    Key(string)

    Declaration
    public AggregationRangeDescriptor Key(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    AggregationRangeDescriptor
    | Edit this page View Source

    To(double?)

    Declaration
    public AggregationRangeDescriptor To(double? to)
    Parameters
    Type Name Description
    double? to
    Returns
    Type Description
    AggregationRangeDescriptor

    Implements

    IDescriptor
    IAggregationRange

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • From(double?)
      • Key(string)
      • To(double?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX