Search Results for

    Show / Hide Table of Contents

    Enum RangeType

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public enum RangeType

    Fields

    Name Description
    DateRange

    A range of date values represented as unsigned 64-bit integer milliseconds elapsed since system epoch.

    DoubleRange

    A range of double-precision 64-bit IEEE 754 floating point values.

    FloatRange

    A range of single-precision 32-bit IEEE 754 floating point values.

    IntegerRange

    A range of signed 32-bit integers with a minimum value of -231 and maximum of 231-1.

    IpRange

    A range of ip values supporting either IPv4 or IPv6 (or mixed) addresses.

    LongRange

    A range of signed 64-bit integers with a minimum value of -263 and maximum of 263-1.

    Extension Methods

    KnownEnums.GetStringValue(Enum)
    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Fields
    • Extension Methods
    Back to top Generated by DocFX