TableReplicationInfo constructor
TableReplicationInfo({
- String? replicatedSourceLastRefreshTime,
- ErrorProto? replicationError,
- String? replicationIntervalMs,
- String? replicationStatus,
- TableReference? sourceTable,
Implementation
TableReplicationInfo({
this.replicatedSourceLastRefreshTime,
this.replicationError,
this.replicationIntervalMs,
this.replicationStatus,
this.sourceTable,
});