SpecificStartPosition(mapping=None, *, ignore_unknown_fields=False, **kwargs)
CDC strategy to start replicating from a specific position in the source.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
mysql_log_position |
google.cloud.datastream_v1.types.MysqlLogPosition
MySQL specific log position to start replicating from. This field is a member of oneof _ position .
|
oracle_scn_position |
google.cloud.datastream_v1.types.OracleScnPosition
Oracle SCN to start replicating from. This field is a member of oneof _ position .
|
sql_server_lsn_position |
google.cloud.datastream_v1.types.SqlServerLsnPosition
SqlServer LSN to start replicating from. This field is a member of oneof _ position .
|