Search Results for

    Show / Hide Table of Contents

    Class AggregationRange

    Inheritance
    object
    AggregationRange
    Implements
    IAggregationRange
    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 class AggregationRange : IAggregationRange

    Properties

    | Edit this page View Source

    From

    Declaration
    public double? From { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    To

    Declaration
    public double? To { get; set; }
    Property Value
    Type Description
    double?

    Implements

    IAggregationRange

    Extension Methods

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