Class TableReference
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TableReference : IDirectResponseSchema
Properties
DatasetId
Required. The ID of the dataset containing this table.
Declaration
[JsonProperty("datasetId")]
public virtual string DatasetId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Required. The ID of the project containing this table.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
TableId
Required. The ID of the table. The ID can contain Unicode characters in category L (letter), M (mark), N
(number), Pc (connector, including underscore), Pd (dash), and Zs (space). For more information, see
General Category. The maximum
length is 1,024 characters. Certain operations allow suffixing of the table ID with a partition decorator,
such as sample_table$20190123
.
Declaration
[JsonProperty("tableId")]
public virtual string TableId { get; set; }
Property Value
Type | Description |
---|---|
string |