Class DataTypeNames
- Namespace
- PushTechnology.ClientInterface.Data
- Assembly
- Diffusion.Client.dll
The IDataTypes type names.
public static class DataTypeNames
- Inheritance
-
DataTypeNames
- Inherited Members
Remarks
Since 6.0.
Fields
BINARY
The Binary type name.
public const string BINARY = "binary"
Field Value
DOUBLE
The DoubleFloat type name.
public const string DOUBLE = "double"
Field Value
- string
The type name for DoubleFloat.
INT64
The Int64 type name.
public const string INT64 = "int64"
Field Value
JSON
The JSON type name.
public const string JSON = "json"
Field Value
RECORD_V2
The RecordV2 type name.
public const string RECORD_V2 = "record_v2"
Field Value
STRING
The String type name.
public const string STRING = "string"