Class TableConstraints.ForeignKeysData
Optional. Present only if the table has a foreign key. The foreign key is not enforced.
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TableConstraints.ForeignKeysData
Properties
ColumnReferences
Required. The columns that compose the foreign key.
Declaration
[JsonProperty("columnReferences")]
public virtual IList<TableConstraints.ForeignKeysData.ColumnReferencesData> ColumnReferences { get; set; }
Property Value
Type | Description |
---|---|
IList<TableConstraints.ForeignKeysData.ColumnReferencesData> |
Name
Optional. Set only if the foreign key constraint is named.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferencedTable
Declaration
[JsonProperty("referencedTable")]
public virtual TableConstraints.ForeignKeysData.ReferencedTableData ReferencedTable { get; set; }
Property Value
Type | Description |
---|---|
TableConstraints.ForeignKeysData.ReferencedTableData |