Type(value)The type of values in a Bigtable column or column family. The values
are expected to be encoded using HBase
Bytes.toBytes <https://hbase.apache.org/1.4/apidocs/org/apache/hadoop/hbase/util/Bytes.html>__
function when the encoding value is set to BINARY.
Enums |
|
|---|---|
| Name | Description |
TYPE_UNSPECIFIED |
The type is unspecified. |
STRING |
String type. |
NUMBER |
Numerical type. |
INTEGER |
Integer type. |
VAR_INTEGER |
Variable length integer type. |
BIG_NUMERIC |
BigDecimal type. |
BOOLEAN |
Boolean type. |
JSON |
JSON type. |