Google Cloud Asset Inventory v1 API - Enum IamPolicyAnalysisOutputConfig.Types.BigQueryDestination.Types.PartitionKey (3.11.0)

public enum IamPolicyAnalysisOutputConfig.Types.BigQueryDestination.Types.PartitionKey

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API enum IamPolicyAnalysisOutputConfig.Types.BigQueryDestination.Types.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.

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Fields

NameDescription
RequestTime

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.

Unspecified

Unspecified partition key. Tables won't be partitioned using this option.