Show / Hide Table of Contents

Class TableConstraints.PrimaryKeyData

Represents the primary key constraint on a table's columns.

Inheritance
object
TableConstraints.PrimaryKeyData
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.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>
In this article
Back to top Generated by DocFX