Class GoogleBigtableAdminV2TypeStructEncoding
Rules used to convert to or from lower level types.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class GoogleBigtableAdminV2TypeStructEncoding : IDirectResponseSchema
Properties
DelimitedBytes
Use DelimitedBytes
encoding.
Declaration
[JsonProperty("delimitedBytes")]
public virtual GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes DelimitedBytes { get; set; }
Property Value
Type | Description |
---|---|
GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderedCodeBytes
User OrderedCodeBytes
encoding.
Declaration
[JsonProperty("orderedCodeBytes")]
public virtual GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes OrderedCodeBytes { get; set; }
Property Value
Type | Description |
---|---|
GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes |
Singleton
Use Singleton
encoding.
Declaration
[JsonProperty("singleton")]
public virtual GoogleBigtableAdminV2TypeStructEncodingSingleton Singleton { get; set; }
Property Value
Type | Description |
---|---|
GoogleBigtableAdminV2TypeStructEncodingSingleton |