EntryBigqueryDateShardedSpec

data class EntryBigqueryDateShardedSpec(val dataset: String? = null, val shardCount: Int? = null, val tablePrefix: String? = null)

Constructors

Link copied to clipboard
constructor(dataset: String? = null, shardCount: Int? = null, tablePrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataset: String? = null

(Output) The Data Catalog resource name of the dataset entry the current table belongs to, for example, projects/{project_id}/locations/{location}/entrygroups/{entryGroupId}/entries/{entryId}

Link copied to clipboard
val shardCount: Int? = null

(Output) Total number of shards.

Link copied to clipboard
val tablePrefix: String? = null

(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.