Class GoogleCloudDatacatalogV1SpannerTableSpec
Specification of a Spanner table.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1SpannerTableSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ForeignKeys
Output only. The foreign keys of the table.
Declaration
[JsonProperty("foreignKeys")]
public virtual IList<GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey> ForeignKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey> |
PrimaryKey
Output only. The primary key of the table.
Declaration
[JsonProperty("primaryKey")]
public virtual GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey PrimaryKey { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey |