Show / Hide Table of Contents

Class SchemaBundle

A named collection of related schemas.

Inheritance
object
SchemaBundle
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 SchemaBundle : IDirectResponseSchema

Properties

ETag

Optional. The etag for this schema bundle. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Identifier. The unique name identifying this schema bundle. Values are of the form projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ProtoSchema

Schema for Protobufs.

Declaration
[JsonProperty("protoSchema")]
public virtual ProtoSchema ProtoSchema { get; set; }
Property Value
Type Description
ProtoSchema

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX