Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::BigtableOptions::Type.
The type of values in a Bigtable column or column family.
The values are expected to be encoded using
HBase
Bytes.toBytes
function when the encoding value is set to BINARY.
Constants
TYPE_UNSPECIFIED
value: 0
The type is unspecified.
STRING
value: 1
String type.
NUMBER
value: 2
Numerical type.
INTEGER
value: 3
Integer type.
VAR_INTEGER
value: 4
Variable length integer type.
BIG_NUMERIC
value: 5
BigDecimal type.
BOOLEAN
value: 6
Boolean type.
JSON
value: 7
JSON type.