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-03-21 UTC."],[[["The webpage lists different versions of the `PartitionKey` enum, ranging from version 2.7.0 to the latest version 3.12.0, for the `Google.Cloud.Asset.V1` namespace."],["The `PartitionKey` enum is used to determine the partition key column for BigQuery tables, which is helpful for improving query performance and reducing costs by filtering partitions."],["There are two available fields for the `PartitionKey` enum: `RequestTime`, which partitions the table by the request's timestamp, and `Unspecified`, which indicates that the tables will not be partitioned."],["This documentation is for the `Google.Cloud.Asset.V1` assembly in .NET, specifically within the `IamPolicyAnalysisOutputConfig.Types.BigQueryDestination.Types` namespace."]]],[]]