Class DataTypeNames

The IDataTypes type names.

Inheritance
System.Object
DataTypeNames
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PushTechnology.ClientInterface.Data
Assembly: Diffusion.Client.dll
Syntax
public static class DataTypeNames
Remarks

Since 6.0.

Fields

BINARY

The Binary type name.

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

The type name for Binary.

DOUBLE

The DoubleFloat type name.

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

The type name for DoubleFloat.

INT64

The Int64 type name.

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

The type name for Int64.

JSON

The JSON type name.

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

The type name for JSON.

RECORD_V2

The RecordV2 type name.

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

The type name for RecordV2.

STRING

The String type name.

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

The type name for String.

Back to top