SpecificStartPosition class
CDC strategy to start replicating from a specific position in the source.
Constructors
- SpecificStartPosition({MongodbChangeStreamPosition? mongodbChangeStreamPosition, MysqlGtidPosition? mysqlGtidPosition, MysqlLogPosition? mysqlLogPosition, OracleScnPosition? oracleScnPosition, SqlServerLsnPosition? sqlServerLsnPosition})
- SpecificStartPosition.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- mongodbChangeStreamPosition ↔ MongodbChangeStreamPosition?
- 
  MongoDB change stream position to start replicating from.
  getter/setter pair
- mysqlGtidPosition ↔ MysqlGtidPosition?
- 
  MySQL GTID set to start replicating from.
  getter/setter pair
- mysqlLogPosition ↔ MysqlLogPosition?
- 
  MySQL specific log position to start replicating from.
  getter/setter pair
- oracleScnPosition ↔ OracleScnPosition?
- 
  Oracle SCN to start replicating from.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sqlServerLsnPosition ↔ SqlServerLsnPosition?
- 
  SqlServer LSN to start replicating from.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited