SqlServerSourceConfig class

Configuration for SQL Server as a source in a migration.

Constructors

SqlServerSourceConfig.new({String? cdcStartPosition, int? maxConcurrentCdcConnections, int? maxConcurrentFullDumpConnections, bool? skipFullDump})
SqlServerSourceConfig.fromJson(Map json_)

Properties

cdcStartPosition String?
The log sequence number (LSN) to start CDC data migration from.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxConcurrentCdcConnections int?
Maximum number of connections Database Migration Service will open to the source for CDC phase.
getter/setter pair
maxConcurrentFullDumpConnections int?
Maximum number of connections Database Migration Service will open to the source for full dump phase.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipFullDump bool?
Whether to skip full dump or not.
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