Class GoogleBigtableAdminV2TypeBytesEncodingRaw
Leaves the value as-is. Sorted mode: all values are supported. Distinct mode: all values are supported.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class GoogleBigtableAdminV2TypeBytesEncodingRaw : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EscapeNulls
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.
Declaration
[JsonProperty("escapeNulls")]
public virtual bool? EscapeNulls { get; set; }
Property Value
Type | Description |
---|---|
bool? |