Table of Contents

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

string

The type name for Binary.

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

string

The type name for Int64.

JSON

The JSON type name.

public const string JSON = "json"

Field Value

string

The type name for JSON.

RECORD_V2

The RecordV2 type name.

public const string RECORD_V2 = "record_v2"

Field Value

string

The type name for RecordV2.

STRING

The String type name.

public const string STRING = "string"

Field Value

string

The type name for String.