BigQuery Reservation v1 API - Class TableReference (2.4.0)

public sealed class TableReference : IMessage<TableReference>, IEquatable<TableReference>, IDeepCloneable<TableReference>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Reservation v1 API class TableReference.

Fully qualified reference to BigQuery table. Internally stored as google.cloud.bi.v1.BqTableReference.

Inheritance

object > TableReference

Namespace

Google.Cloud.BigQuery.Reservation.V1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Constructors

TableReference()

public TableReference()

TableReference(TableReference)

public TableReference(TableReference other)
Parameter
NameDescription
otherTableReference

Properties

DatasetId

public string DatasetId { get; set; }

The ID of the dataset in the above project.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

The assigned project ID of the project.

Property Value
TypeDescription
string

TableId

public string TableId { get; set; }

The ID of the table in the above dataset.

Property Value
TypeDescription
string