TableTableReplicationInfo

data class TableTableReplicationInfo(val replicationIntervalMs: Int? = null, val sourceDatasetId: String, val sourceProjectId: String, val sourceTableId: String)

Constructors

Link copied to clipboard
constructor(replicationIntervalMs: Int? = null, sourceDatasetId: String, sourceProjectId: String, sourceTableId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The interval at which the source materialized view is polled for updates. The default is 300000.

Link copied to clipboard

The ID of the source dataset.

Link copied to clipboard

The ID of the source project.

Link copied to clipboard

The ID of the source materialized view.