Reference documentation and code samples for the Cloud Bigtable V2 Client class Raw.
Leaves the value as-is.
Sorted mode: all values are supported. Distinct mode: all values are supported.
Generated from protobuf message google.bigtable.v2.Type.Bytes.Encoding.Raw
Namespace
Google \ Cloud \ Bigtable \ V2 \ Type \ Bytes \ EncodingMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ escape_nulls |
bool
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 |
getEscapeNulls
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.
Returns | |
---|---|
Type | Description |
bool |
setEscapeNulls
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.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |