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-02 UTC."],[[["The content outlines the different versions of the `PartitionKey` enum within the `Google.Cloud.Asset.V1` namespace, with version 3.12.0 being the latest."],["`PartitionKey` is used to define the column for partitioning BigQuery tables, aiming to enhance query performance and reduce associated costs."],["There are two fields defined within the `PartitionKey` enum: `RequestTime`, which partitions tables by the time the request was received, and `Unspecified`, which means tables will not be partitioned."],["The documentation provides links to various versions of the code, ranging from 2.7.0 to 3.12.0."]]],[]]