Show / Hide Table of Contents

Class GoogleBigtableAdminV2TypeBytesEncodingRaw

Leaves the value as-is. Sorted mode: all values are supported. Distinct mode: all values are supported.

Inheritance
object
GoogleBigtableAdminV2TypeBytesEncodingRaw
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX