Search Results for

    Show / Hide Table of Contents

    Enum ValueType

    The type of value

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

    Fields

    Name Description
    Boolean

    A boolean value

    Date

    A date value

    DateNanos

    A date nanos value

    Double

    A double value that can be used to represent float and double

    GeoPoint

    A geo_point value

    Ip

    An IP value

    Long

    A long value that can be used to represent byte, short, integer and long

    Number

    A number value

    Numeric

    A numeric value

    String

    A string value

    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