GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes (google_api_bigtable_admin v0.31.0)
View SourceUTF-8 encoding. Sorted mode: - All values are supported. - Code point order is preserved. Distinct mode: all values are supported. Compatible with: - BigQuery TEXT
encoding - HBase Bytes.toBytes
- Java String#getBytes(StandardCharsets.UTF_8)
Attributes
-
nullEscapeChar
(type:String.t
, default:nil
) - Single-character escape sequence used to support NULL values. If set, allows NULL values to be encoded as the empty string "". The actual empty string, or any value where every character equalsnull_escape_char
, has one morenull_escape_char
appended. Ifnull_escape_char
is set and does not equal the ASCII null character 0x00, then the encoding will not support sorted mode. .
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes{ nullEscapeChar: String.t() | nil }