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."],[[["Version 3.12.0 is the latest version available for the `PartitionKey` feature within `Google.Cloud.Asset.V1`."],["The `PartitionKey` enum is used to define the partitioning column when exporting assets to BigQuery partitioned tables."],["Available `PartitionKey` options include `ReadTime`, which partitions by the snapshot time, `RequestTime`, which partitions by the request processing time, and `Unspecified`, which indicates no partitioning."],["The `ReadTime` partition key will reflect the `read_time` from the `ExportAssetsRequest` if provided, otherwise it defaults to the current snapshot time."],["The `Google.Cloud.Asset.V1.dll` is the assembly that contains the `PartitionKey` enum, and the `Google.Cloud.Asset.V1` namespace is the home of the feature."]]],[]]