Class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping
Column mapping for a Spanner foreign key.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping : IDirectResponseSchema
Properties
Column
Output only. The column in the current table that is part of the foreign key.
Declaration
[JsonProperty("column")]
public virtual string Column { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReferenceColumn
Output only. The column in the referenced table that is part of the foreign key.
Declaration
[JsonProperty("referenceColumn")]
public virtual string ReferenceColumn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |