Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::CdcStrategy::SpecificStartPosition.
CDC strategy to start replicating from a specific position in the source.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mysql_log_position
def mysql_log_position() -> ::Google::Cloud::Datastream::V1::MysqlLogPosition
Returns
- (::Google::Cloud::Datastream::V1::MysqlLogPosition) — MySQL specific log position to start replicating from.
#mysql_log_position=
def mysql_log_position=(value) -> ::Google::Cloud::Datastream::V1::MysqlLogPosition
Parameter
- value (::Google::Cloud::Datastream::V1::MysqlLogPosition) — MySQL specific log position to start replicating from.
Returns
- (::Google::Cloud::Datastream::V1::MysqlLogPosition) — MySQL specific log position to start replicating from.
#oracle_scn_position
def oracle_scn_position() -> ::Google::Cloud::Datastream::V1::OracleScnPosition
Returns
- (::Google::Cloud::Datastream::V1::OracleScnPosition) — Oracle SCN to start replicating from.
#oracle_scn_position=
def oracle_scn_position=(value) -> ::Google::Cloud::Datastream::V1::OracleScnPosition
Parameter
- value (::Google::Cloud::Datastream::V1::OracleScnPosition) — Oracle SCN to start replicating from.
Returns
- (::Google::Cloud::Datastream::V1::OracleScnPosition) — Oracle SCN to start replicating from.
#sql_server_lsn_position
def sql_server_lsn_position() -> ::Google::Cloud::Datastream::V1::SqlServerLsnPosition
Returns
- (::Google::Cloud::Datastream::V1::SqlServerLsnPosition) — SqlServer LSN to start replicating from.
#sql_server_lsn_position=
def sql_server_lsn_position=(value) -> ::Google::Cloud::Datastream::V1::SqlServerLsnPosition
Parameter
- value (::Google::Cloud::Datastream::V1::SqlServerLsnPosition) — SqlServer LSN to start replicating from.
Returns
- (::Google::Cloud::Datastream::V1::SqlServerLsnPosition) — SqlServer LSN to start replicating from.