Class DataTypeNames

The IDataTypes type names.

Inheritance
System.Object
DataTypeNames
Namespace: PushTechnology.ClientInterface.Data
Assembly: Diffusion.Client.dll
Syntax
public static class DataTypeNames : object
Remarks

Since 6.0.

Fields

BINARY

The Binary type name.

Declaration
public const string BINARY = null
Field Value
Type Description
System.String

The type name for Binary.

DOUBLE

The DoubleFloat type name.

Declaration
public const string DOUBLE = null
Field Value
Type Description
System.String

The type name for DoubleFloat.

INT64

The Int64 type name.

Declaration
public const string INT64 = null
Field Value
Type Description
System.String

The type name for Int64.

JSON

The JSON type name.

Declaration
public const string JSON = null
Field Value
Type Description
System.String

The type name for JSON.

RECORD_V2

The RecordV2 type name.

Declaration
public const string RECORD_V2 = null
Field Value
Type Description
System.String

The type name for RecordV2.

STRING

The String type name.

Declaration
public const string STRING = null
Field Value
Type Description
System.String

The type name for String.

Back to top