Show / Hide Table of Contents

    Class BinaryTypeNames

    Binary type name constants.

    Inheritance
    System.Object
    BinaryTypeNames
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Apache.Ignite.Core.Binary
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public static class BinaryTypeNames

    Fields

    TypeNameArrayBool

    Type name: boolean array.

    Declaration
    public const string TypeNameArrayBool = "boolean[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayByte

    Type name: byte array.

    Declaration
    public const string TypeNameArrayByte = "byte[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayChar

    Type name: char array.

    Declaration
    public const string TypeNameArrayChar = "char[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayDate

    Type name: timestamp array.

    Declaration
    public const string TypeNameArrayDate = "Date[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayDecimal

    Type name: decimal array.

    Declaration
    public const string TypeNameArrayDecimal = "decimal[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayDouble

    Type name: double array.

    Declaration
    public const string TypeNameArrayDouble = "double[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayEnum

    Type name: Enum array.

    Declaration
    public const string TypeNameArrayEnum = "Enum[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayFloat

    Type name: float array.

    Declaration
    public const string TypeNameArrayFloat = "float[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayGuid

    Type name: UUID array.

    Declaration
    public const string TypeNameArrayGuid = "UUID[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayInt

    Type name: int array.

    Declaration
    public const string TypeNameArrayInt = "int[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayLong

    Type name: long array.

    Declaration
    public const string TypeNameArrayLong = "long[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayObject

    Type name: Object array.

    Declaration
    public const string TypeNameArrayObject = "Object[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayShort

    Type name: short array.

    Declaration
    public const string TypeNameArrayShort = "short[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayString

    Type name: String array.

    Declaration
    public const string TypeNameArrayString = "String[]"
    Field Value
    Type Description
    System.String

    TypeNameArrayTimestamp

    Type name: timestamp array.

    Declaration
    public const string TypeNameArrayTimestamp = "Timestamp[]"
    Field Value
    Type Description
    System.String

    TypeNameBool

    Type name: boolean.

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

    TypeNameByte

    Type name: byte.

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

    TypeNameChar

    Type name: char.

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

    TypeNameCollection

    Type name: Collection.

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

    TypeNameDate

    Type name: date.

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

    TypeNameDecimal

    Type name: decimal.

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

    TypeNameDouble

    Type name: double.

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

    TypeNameEnum

    Type name: Enum.

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

    TypeNameFloat

    Type name: float.

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

    TypeNameGuid

    Type name: UUID.

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

    TypeNameInt

    Type name: int.

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

    TypeNameLong

    Type name: long.

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

    TypeNameMap

    Type name: Map.

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

    TypeNameObject

    Type name: Object.

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

    TypeNameShort

    Type name: short.

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

    TypeNameString

    Type name: String.

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

    TypeNameTimestamp

    Type name: timestamp.

    Declaration
    public const string TypeNameTimestamp = "Timestamp"
    Field Value
    Type Description
    System.String
    Back to top © 2015 - 2019 The Apache Software Foundation