Reference documentation and code samples for the Google Cloud Asset Inventory v1 API enum IamPolicyAnalysisOutputConfig.Types.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.
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 latest version of the `Google.Cloud.Asset.V1` API documented here is 3.12.0, and version 3.2.0 is the base version for the information displayed on this specific page."],["This page provides reference documentation for the `PartitionKey` enum within the `Google.Cloud.Asset.V1.IamPolicyAnalysisOutputConfig.Types.BigQueryDestination.Types` namespace, used to configure BigQuery table partitioning."],["The `PartitionKey` enum offers two field options: `RequestTime`, which partitions the table by the request's received timestamp, and `Unspecified`, which indicates no partitioning will be used."],["The documentation details various versions of the API, ranging from version 2.7.0 up to the latest 3.12.0, each with a hyperlink to their respective documentation pages."]]],[]]