The time when the snapshot is taken. If specified as partition key, the
result table(s) is partitoned by the additional timestamp column,
readTime. If [read_time] in ExportAssetsRequest is specified, the
readTime column's value will be the same as it. Otherwise, its value will
be the current time that is used to take the snapshot.
RequestTime
The time when the request is received and started to be processed. 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. If used, it means using non-partitioned table.
[[["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."],[[["This webpage provides reference documentation for the `PartitionSpec.Types.PartitionKey` enum within the Google Cloud Asset Inventory v1 API, detailing its use in BigQuery partitioned tables."],["The latest version of this documentation is for version 3.12.0, with previous versions from 3.11.0 back to 2.7.0 also being linked for review and comparison."],["The `PartitionKey` enum supports partitioning based on three fields: `ReadTime`, `RequestTime`, and `Unspecified`, each dictating how data is organized within BigQuery tables."],["`ReadTime` partitions tables by the snapshot's timestamp, matching the `read_time` from ExportAssetsRequest or the current time if unspecified, while `RequestTime` partitions based on when a request was initiated."],["The `Unspecified` partition key option results in a non-partitioned table within BigQuery."]]],[]]