Class SqlServerSourceConfig
Configuration for SQL Server as a source in a migration.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SqlServerSourceConfig : IDirectResponseSchema
Properties
CdcStartPosition
Optional. The log sequence number (LSN) to start CDC data migration from.
Declaration
[JsonProperty("cdcStartPosition")]
public virtual string CdcStartPosition { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxConcurrentCdcConnections
Optional. Maximum number of connections Database Migration Service will open to the source for CDC phase.
Declaration
[JsonProperty("maxConcurrentCdcConnections")]
public virtual int? MaxConcurrentCdcConnections { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxConcurrentFullDumpConnections
Optional. Maximum number of connections Database Migration Service will open to the source for full dump phase.
Declaration
[JsonProperty("maxConcurrentFullDumpConnections")]
public virtual int? MaxConcurrentFullDumpConnections { get; set; }
Property Value
Type | Description |
---|---|
int? |
SkipFullDump
Optional. Whether to skip full dump or not.
Declaration
[JsonProperty("skipFullDump")]
public virtual bool? SkipFullDump { get; set; }
Property Value
Type | Description |
---|---|
bool? |