type

@JvmName(name = "lnslwxplyycgqqxx")
suspend fun type(value: Output<String>)
@JvmName(name = "cpjrxvewhwurdpll")
suspend fun type(value: String?)

Parameters

value

The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON". Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it.