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 |