Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Data.DataTypeNames Class Reference

The IDataTypes type names. More...

Public Attributes

const string BINARY = "binary"
 The IDataTypes.Binary type name. More...
 
const string JSON = "json"
 The IDataTypes.JSON type name. More...
 
const string DOUBLE = "double"
 The IDataTypes.DoubleFloat type name. More...
 
const string INT64 = "int64"
 The IDataTypes.Int64 type name. More...
 
const string STRING = "string"
 The IDataTypes.String type name. More...
 
const string RECORD_V2 = "record_v2"
 The IDataTypes.RecordV2 type name. More...
 

Detailed Description

The IDataTypes type names.

Since 6.0.

Member Data Documentation

const string PushTechnology.ClientInterface.Data.DataTypeNames.BINARY = "binary"

The IDataTypes.Binary type name.

const string PushTechnology.ClientInterface.Data.DataTypeNames.DOUBLE = "double"

The IDataTypes.DoubleFloat type name.

const string PushTechnology.ClientInterface.Data.DataTypeNames.INT64 = "int64"

The IDataTypes.Int64 type name.

const string PushTechnology.ClientInterface.Data.DataTypeNames.JSON = "json"

The IDataTypes.JSON type name.

const string PushTechnology.ClientInterface.Data.DataTypeNames.RECORD_V2 = "record_v2"

The IDataTypes.RecordV2 type name.

const string PushTechnology.ClientInterface.Data.DataTypeNames.STRING = "string"

The IDataTypes.String type name.


The documentation for this class was generated from the following file: