Class: Google::Cloud::Datastream::V1::CdcStrategy::SpecificStartPosition
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::CdcStrategy::SpecificStartPosition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
CDC strategy to start replicating from a specific position in the source.
Instance Attribute Summary collapse
-
#mysql_log_position ⇒ ::Google::Cloud::Datastream::V1::MysqlLogPosition
MySQL specific log position to start replicating from.
-
#oracle_scn_position ⇒ ::Google::Cloud::Datastream::V1::OracleScnPosition
Oracle SCN to start replicating from.
-
#sql_server_lsn_position ⇒ ::Google::Cloud::Datastream::V1::SqlServerLsnPosition
SqlServer LSN to start replicating from.
Instance Attribute Details
#mysql_log_position ⇒ ::Google::Cloud::Datastream::V1::MysqlLogPosition
Returns MySQL specific log position to start replicating from.
1508 1509 1510 1511 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1508 class SpecificStartPosition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oracle_scn_position ⇒ ::Google::Cloud::Datastream::V1::OracleScnPosition
Returns Oracle SCN to start replicating from.
1508 1509 1510 1511 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1508 class SpecificStartPosition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_server_lsn_position ⇒ ::Google::Cloud::Datastream::V1::SqlServerLsnPosition
Returns SqlServer LSN to start replicating from.
1508 1509 1510 1511 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1508 class SpecificStartPosition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |