SqlServerSourceConfig
import type { SqlServerSourceConfig } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";
Configuration for SQL Server as a source in a migration.
interface SqlServerSourceConfig {
cdcStartPosition?: string;
maxConcurrentCdcConnections?: number;
maxConcurrentFullDumpConnections?: number;
skipFullDump?: boolean;
}§Properties
§
cdcStartPosition?: string
[src]Optional. The log sequence number (LSN) to start CDC data migration from.
§
maxConcurrentCdcConnections?: number
[src]Optional. Maximum number of connections Database Migration Service will open to the source for CDC phase.