Capacity Planner v1beta API - Enum BigQueryDestination.Types.PartitionKey (1.0.0-beta01)

public enum BigQueryDestination.Types.PartitionKey

Reference documentation and code samples for the Capacity Planner v1beta API enum BigQueryDestination.Types.PartitionKey.

This enum determines the partition key column for the BigQuery tables. Partitioning can improve query performance and reduce query cost by filtering partitions. Refer to https://cloud.google.com/bigquery/docs/partitioned-tables for details.

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Fields

Name Description
RequestTime

The time when the request is received. If specified as partition key, the result table(s) is partitioned by the RequestTime column, an additional timestamp column representing when the request was received.

Unspecified

Unspecified partition key. Tables won't be partitioned using this option.