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.
Values:
PARTITION_KEY_UNSPECIFIED (0):
Unspecified partition key. Tables won't be
partitioned using this option.
REQUEST_TIME (1):
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.
[[["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 2024-11-01 UTC."],[],[]]