Show / Hide Table of Contents

Class BigQueryPartitioning

BigQuery partitioning configuration.

Inheritance
object
BigQueryPartitioning
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX