GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse

data class GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse(val dataset: String, val latestShardResource: String, val shardCount: String, val tablePrefix: String)

Specification for a group of BigQuery tables with the [prefix]YYYYMMDD name pattern. For more information, see Introduction to partitioned tables (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).

Constructors

fun GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse(dataset: String, latestShardResource: 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

BigQuery resource name of the latest shard.

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 the MyTable20180101 shard, the table_prefix is MyTable.