Class BigQueryPartitioning
BigQuery partitioning configuration.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class BigQueryPartitioning : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IngestionTimePartition
Ingestion time partitioning.
Declaration
[JsonProperty("ingestionTimePartition")]
public virtual IngestionTimePartition IngestionTimePartition { get; set; }
Property Value
| Type | Description |
|---|---|
| IngestionTimePartition |
IntegerRangePartition
Integer range partitioning.
Declaration
[JsonProperty("integerRangePartition")]
public virtual IntegerRangePartition IntegerRangePartition { get; set; }
Property Value
| Type | Description |
|---|---|
| IntegerRangePartition |
RequirePartitionFilter
Optional. If true, queries over the table require a partition filter.
Declaration
[JsonProperty("requirePartitionFilter")]
public virtual bool? RequirePartitionFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
TimeUnitPartition
Time unit column partitioning.
Declaration
[JsonProperty("timeUnitPartition")]
public virtual TimeUnitPartition TimeUnitPartition { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeUnitPartition |