class TableReplicationInfo extends Model (View source)

Properties

string $replicatedSourceLastRefreshTime
protected $replicationErrorType
protected $replicationErrorDataType
string $replicationIntervalMs
string $replicationStatus
protected $sourceTableType
protected $sourceTableDataType

Methods

setReplicatedSourceLastRefreshTime($replicatedSourceLastRefreshTime)

No description

string
setReplicationError(ErrorProto $replicationError)

No description

getReplicationError()

No description

setReplicationIntervalMs($replicationIntervalMs)

No description

string
getReplicationIntervalMs()

No description

setReplicationStatus($replicationStatus)

No description

string
getReplicationStatus()

No description

setSourceTable(TableReference $sourceTable)

No description

getSourceTable()

No description

Details

setReplicatedSourceLastRefreshTime($replicatedSourceLastRefreshTime)

No description

Parameters

$replicatedSourceLastRefreshTime

string getReplicatedSourceLastRefreshTime()

No description

Return Value

string

setReplicationError(ErrorProto $replicationError)

No description

Parameters

ErrorProto $replicationError

ErrorProto getReplicationError()

No description

Return Value

ErrorProto

setReplicationIntervalMs($replicationIntervalMs)

No description

Parameters

$replicationIntervalMs

string getReplicationIntervalMs()

No description

Return Value

string

setReplicationStatus($replicationStatus)

No description

Parameters

$replicationStatus

string getReplicationStatus()

No description

Return Value

string

setSourceTable(TableReference $sourceTable)

No description

Parameters

TableReference $sourceTable

TableReference getSourceTable()

No description

Return Value

TableReference