Show / Hide Table of Contents

Class TableConstraints.ForeignKeysData

Optional. Present only if the table has a foreign key. The foreign key is not enforced.

Inheritance
object
TableConstraints.ForeignKeysData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX