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.
Implements
IMessageTableReference, IEquatableTableReference, IDeepCloneableTableReference, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
TableReference()
public TableReference()
TableReference(TableReference)
public TableReference(TableReference other)
Parameter | |
---|---|
Name | Description |
other |
TableReference |
Properties
DatasetId
public string DatasetId { get; set; }
The ID of the dataset in the above project.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
The assigned project ID of the project.
Property Value | |
---|---|
Type | Description |
string |
TableId
public string TableId { get; set; }
The ID of the table in the above dataset.
Property Value | |
---|---|
Type | Description |
string |