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