Google Cloud Datacatalog V1Big Query Date Sharded Spec Response
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).
Properties
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
.