Class TableConstraints.PrimaryKeyData
Represents the primary key constraint on a table's columns.
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TableConstraints.PrimaryKeyData
Properties
Columns
Required. The columns that are composed of the primary key constraint.
Declaration
[JsonProperty("columns")]
public virtual IList<string> Columns { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |