GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpecResponse

data class GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpecResponse(val dataset: String, val shardCount: String, val tablePrefix: String)

Spec for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding

Constructors

constructor(dataset: String, shardCount: String, tablePrefix: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Data Catalog resource name of the dataset entry the current table belongs to, for example, projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}.

Link copied to clipboard

Total number of shards.

Link copied to clipboard

The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD, for example, for shard MyTable20180101, the table_prefix is MyTable.