partitionKey property

String? partitionKey
getter/setter pair

The partition key for BigQuery partitioned table. Possible string values are:

  • "PARTITION_KEY_UNSPECIFIED" : Unspecified partition key. Tables won't be partitioned using this option.
  • "REQUEST_TIME" : 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.

Implementation

core.String? partitionKey;