public sealed class TableReference : IMessage<TableReference>, IEquatable<TableReference>, IDeepCloneable<TableReference>, IBufferMessage, IMessageFully qualified reference to BigQuery table. Internally stored as google.cloud.bi.v1.BqTableReference.
Implements
IMessage<TableReference>, IEquatable<TableReference>, IDeepCloneable<TableReference>, 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 |
|