Class PartitioningDefinition
The partitioning information, which includes managed table and external table partition information.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class PartitioningDefinition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PartitionedColumn
Output only. Details about each partitioning column. BigQuery native tables only support 1 partitioning column. Other table types may support 0, 1 or more partitioning columns.
Declaration
[JsonProperty("partitionedColumn")]
public virtual IList<PartitionedColumn> PartitionedColumn { get; set; }
Property Value
Type | Description |
---|---|
IList<Partitioned |