Entry Bigquery Date Sharded Spec
data class EntryBigqueryDateShardedSpec(val dataset: String? = null, val shardCount: Int? = null, val tablePrefix: String? = null)
Properties
Link copied to clipboard
(Output) Total number of shards.
Link copied to clipboard
(Output) The table name prefix of the shards. The name of any given shard is tablePrefixYYYYMMDD, for example, for shard MyTable20180101, the tablePrefix is MyTable.