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.
The time when the request is received. If specified as partition key,
the result table(s) is partitoned 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["The latest version available is 3.12.0, representing the most up-to-date iteration of the `Google.Cloud.Asset.V1.IamPolicyAnalysisOutputConfig.Types.BigQueryDestination.Types.PartitionKey` component."],["This page lists historical versions of the `PartitionKey` enum, starting from version 2.7.0 up to the current latest version of 3.12.0."],["The `PartitionKey` enum is used to specify the partition key column for BigQuery tables, enhancing query performance and cost-effectiveness."],["There are two available fields for the `PartitionKey` enum, `RequestTime` and `Unspecified`, which dictates if and how the table will be partitioned."],["This enum can be found in the `Google.Cloud.Asset.V1` namespace and is contained in the `Google.Cloud.Asset.V1.dll` assembly."]]],[]]