Show / Hide Table of Contents

Class GoogleBigtableAdminV2TypeStructEncoding

Rules used to convert to or from lower level types.

Inheritance
object
GoogleBigtableAdminV2TypeStructEncoding
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX