DataType
This is an enumeration that provides the following constants.
Constants
-
None(0)
Sets the data type to NoneType.
-
Bool(1)
Sets the data type to Boolean.
-
Int8(2)
Sets the data type to Int8.
-
Int16(3)
Sets the data type to Int16.
-
Int32(4)
Sets the data type to Int32.
-
Int64(5)
Sets the data type to Int64.
-
Float(10)
Sets the data type to Float.
-
Double(11)
Sets the data type to Double.
-
VarChar(21)
Sets the data type to VarChar.
-
JSON(23)
Sets the data type to JSON.
-
FloatVector(101)
Sets the data type to Float Vector.