Search Results for

    Show / Hide Table of Contents

    Interface IAggregationRange

    Range that defines a bucket for either the RangeAggregation or GeoDistanceAggregation. If you are looking to store ranges as part of your document please use explicit range class e.g DateRange, FloatRange etc

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IAggregationRange

    Properties

    | Edit this page View Source

    From

    Declaration
    [DataMember(Name = "from")]
    double? From { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Key

    Declaration
    [DataMember(Name = "key")]
    string Key { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    To

    Declaration
    [DataMember(Name = "to")]
    double? To { get; set; }
    Property Value
    Type Description
    double?

    Extension Methods

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