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).
Constructors
Link copied to clipboard
fun GoogleCloudDatacatalogV1BigQueryDateShardedSpecResponse(dataset: String, latestShardResource: String, shardCount: String, tablePrefix: String)