Class SchemaBundle
A named collection of related schemas.
Implements
Inherited Members
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 |