Reference documentation and code samples for the Cloud Asset V1 API module Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::BigQueryDestination::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.
Constants
PARTITION_KEY_UNSPECIFIED
value: 0 Unspecified partition key. Tables won't be partitioned using this
option.
REQUEST_TIME
value: 1 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.
[[["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-09-09 UTC."],[],[],null,["# Cloud Asset V1 API - Module Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::BigQueryDestination::PartitionKey (v1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/ruby/docs/reference/google-cloud-asset-v1/latest/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [1.4.0](/ruby/docs/reference/google-cloud-asset-v1/1.4.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [1.3.1](/ruby/docs/reference/google-cloud-asset-v1/1.3.1/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [1.2.0](/ruby/docs/reference/google-cloud-asset-v1/1.2.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [1.1.0](/ruby/docs/reference/google-cloud-asset-v1/1.1.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [1.0.2](/ruby/docs/reference/google-cloud-asset-v1/1.0.2/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.32.0](/ruby/docs/reference/google-cloud-asset-v1/0.32.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.31.0](/ruby/docs/reference/google-cloud-asset-v1/0.31.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.30.0](/ruby/docs/reference/google-cloud-asset-v1/0.30.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.29.3](/ruby/docs/reference/google-cloud-asset-v1/0.29.3/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.28.1](/ruby/docs/reference/google-cloud-asset-v1/0.28.1/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.27.0](/ruby/docs/reference/google-cloud-asset-v1/0.27.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.26.1](/ruby/docs/reference/google-cloud-asset-v1/0.26.1/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.25.0](/ruby/docs/reference/google-cloud-asset-v1/0.25.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.24.0](/ruby/docs/reference/google-cloud-asset-v1/0.24.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.23.0](/ruby/docs/reference/google-cloud-asset-v1/0.23.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.22.0](/ruby/docs/reference/google-cloud-asset-v1/0.22.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.21.1](/ruby/docs/reference/google-cloud-asset-v1/0.21.1/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.20.1](/ruby/docs/reference/google-cloud-asset-v1/0.20.1/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.19.0](/ruby/docs/reference/google-cloud-asset-v1/0.19.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.18.0](/ruby/docs/reference/google-cloud-asset-v1/0.18.0/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey)\n- [0.17.3](/ruby/docs/reference/google-cloud-asset-v1/0.17.3/Google-Cloud-Asset-V1-IamPolicyAnalysisOutputConfig-BigQueryDestination-PartitionKey) \nReference documentation and code samples for the Cloud Asset V1 API module Google::Cloud::Asset::V1::IamPolicyAnalysisOutputConfig::BigQueryDestination::PartitionKey.\n\nThis enum determines the partition key column for the bigquery tables.\nPartitioning can improve query performance and reduce query cost by\nfiltering partitions. Refer to\n\u003chttps://cloud.google.com/bigquery/docs/partitioned-tables\u003e for details.\n\nConstants\n---------\n\n### PARTITION_KEY_UNSPECIFIED\n\n**value:** 0 \nUnspecified partition key. Tables won't be partitioned using this\noption.\n\n### REQUEST_TIME\n\n**value:** 1 \nThe time when the request is received. If specified as partition key,\nthe result table(s) is partitioned by the RequestTime column, an\nadditional timestamp column representing when the request was received."]]