Reference documentation and code samples for the Google Cloud Asset V1 Client class 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.
Protobuf type google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.BigQueryDestination.PartitionKey
Namespace
Google \ Cloud \ Asset \ V1 \ IamPolicyAnalysisOutputConfig \ BigQueryDestinationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PARTITION_KEY_UNSPECIFIED
Value: 0
Unspecified partition key. Tables won't be partitioned using this option.
Generated from protobuf enum PARTITION_KEY_UNSPECIFIED = 0;
REQUEST_TIME
Value: 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.
Generated from protobuf enum REQUEST_TIME = 1;