GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec constructor

GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec({
  1. String? dataset,
  2. String? shardCount,
  3. String? tablePrefix,
})

Implementation

GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec({
  this.dataset,
  this.shardCount,
  this.tablePrefix,
});