Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::Type::Bytes::Encoding::Raw.
Leaves the value as-is.
Sorted mode: all values are supported.
Distinct mode: all values are supported.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#escape_nulls
def escape_nulls() -> ::Boolean
-
(::Boolean) — If set, allows NULL values to be encoded as the empty string "".
The actual empty string, or any value which only contains the null byte
0x00
, has one more null byte appended.
#escape_nulls=
def escape_nulls=(value) -> ::Boolean
-
value (::Boolean) — If set, allows NULL values to be encoded as the empty string "".
The actual empty string, or any value which only contains the null byte
0x00
, has one more null byte appended.
-
(::Boolean) — If set, allows NULL values to be encoded as the empty string "".
The actual empty string, or any value which only contains the null byte
0x00
, has one more null byte appended.