TableTableReplicationInfoArgs

data class TableTableReplicationInfoArgs(val replicationIntervalMs: Output<Int>? = null, val sourceDatasetId: Output<String>, val sourceProjectId: Output<String>, val sourceTableId: Output<String>) : ConvertibleToJava<TableTableReplicationInfoArgs>

Constructors

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

Properties

Link copied to clipboard
val replicationIntervalMs: Output<Int>? = null

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

Link copied to clipboard
val sourceDatasetId: Output<String>

The ID of the source dataset.

Link copied to clipboard
val sourceProjectId: Output<String>

The ID of the source project.

Link copied to clipboard
val sourceTableId: Output<String>

The ID of the source materialized view.

Functions

Link copied to clipboard
open override fun toJava(): TableTableReplicationInfoArgs