Apache Ignite.NET
Apache.Ignite.Core.Binary.BinaryTypeNames Class Reference

Binary type name constants. More...

Public Attributes

const string TypeNameBool = "boolean"
 Type name: boolean. More...
 
const string TypeNameByte = "byte"
 Type name: byte. More...
 
const string TypeNameShort = "short"
 Type name: short. More...
 
const string TypeNameChar = "char"
 Type name: char. More...
 
const string TypeNameInt = "int"
 Type name: int. More...
 
const string TypeNameLong = "long"
 Type name: long. More...
 
const string TypeNameFloat = "float"
 Type name: float. More...
 
const string TypeNameDouble = "double"
 Type name: double. More...
 
const string TypeNameDecimal = "decimal"
 Type name: decimal. More...
 
const string TypeNameString = "String"
 Type name: String. More...
 
const string TypeNameGuid = "UUID"
 Type name: UUID. More...
 
const string TypeNameDate = "Date"
 Type name: date. More...
 
const string TypeNameTimestamp = "Timestamp"
 Type name: timestamp. More...
 
const string TypeNameEnum = "Enum"
 Type name: Enum. More...
 
const string TypeNameObject = "Object"
 Type name: Object. More...
 
const string TypeNameArrayBool = "boolean[]"
 Type name: boolean array. More...
 
const string TypeNameArrayByte = "byte[]"
 Type name: byte array. More...
 
const string TypeNameArrayShort = "short[]"
 Type name: short array. More...
 
const string TypeNameArrayChar = "char[]"
 Type name: char array. More...
 
const string TypeNameArrayInt = "int[]"
 Type name: int array. More...
 
const string TypeNameArrayLong = "long[]"
 Type name: long array. More...
 
const string TypeNameArrayFloat = "float[]"
 Type name: float array. More...
 
const string TypeNameArrayDouble = "double[]"
 Type name: double array. More...
 
const string TypeNameArrayDecimal = "decimal[]"
 Type name: decimal array. More...
 
const string TypeNameArrayString = "String[]"
 Type name: String array. More...
 
const string TypeNameArrayGuid = "UUID[]"
 Type name: UUID array. More...
 
const string TypeNameArrayDate = "Date[]"
 Type name: timestamp array. More...
 
const string TypeNameArrayTimestamp = "Timestamp[]"
 Type name: timestamp array. More...
 
const string TypeNameArrayEnum = "Enum[]"
 Type name: Enum array. More...
 
const string TypeNameArrayObject = "Object[]"
 Type name: Object array. More...
 
const string TypeNameCollection = "Collection"
 Type name: Collection. More...
 
const string TypeNameMap = "Map"
 Type name: Map. More...
 

Detailed Description

Member Data Documentation

const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayBool = "boolean[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayByte = "byte[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayChar = "char[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayDate = "Date[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayDecimal = "decimal[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayDouble = "double[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayEnum = "Enum[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayFloat = "float[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayGuid = "UUID[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayInt = "int[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayLong = "long[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayObject = "Object[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayShort = "short[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayString = "String[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameArrayTimestamp = "Timestamp[]"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameBool = "boolean"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameByte = "byte"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameChar = "char"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameCollection = "Collection"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameDate = "Date"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameDecimal = "decimal"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameDouble = "double"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameEnum = "Enum"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameFloat = "float"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameGuid = "UUID"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameInt = "int"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameLong = "long"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameMap = "Map"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameObject = "Object"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameShort = "short"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameString = "String"
const string Apache.Ignite.Core.Binary.BinaryTypeNames.TypeNameTimestamp = "Timestamp"