encoding

@JvmName(name = "kfmmrnfeeghfnypg")
suspend fun encoding(value: Output<String>)
@JvmName(name = "aobugraqsaikjudm")
suspend fun encoding(value: String?)

Parameters

value

The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.