Google Bigtable v2 API - Class Type.Types.String.Types.Encoding.Types.Utf8Bytes (3.24.0)

public sealed class Type.Types.String.Types.Encoding.Types.Utf8Bytes : IMessage<Type.Types.String.Types.Encoding.Types.Utf8Bytes>, IEquatable<Type.Types.String.Types.Encoding.Types.Utf8Bytes>, IDeepCloneable<Type.Types.String.Types.Encoding.Types.Utf8Bytes>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class Type.Types.String.Types.Encoding.Types.Utf8Bytes.

UTF-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)

Inheritance

object > Type.Types.String.Types.Encoding.Types.Utf8Bytes

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

Utf8Bytes()

public Utf8Bytes()

Utf8Bytes(Utf8Bytes)

public Utf8Bytes(Type.Types.String.Types.Encoding.Types.Utf8Bytes other)
Parameter
Name Description
other TypeTypesStringTypesEncodingTypesUtf8Bytes

Properties

NullEscapeChar

public string NullEscapeChar { get; set; }

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 equals null_escape_char, has one more null_escape_char appended.

If null_escape_char is set and does not equal the ASCII null character 0x00, then the encoding will not support sorted mode.

.

Property Value
Type Description
string