MigrateSqlServerSqlDbSyncDatabaseInput interface
Database specific information for SQL to Azure SQL DB sync migration task inputs
Properties
id | Unique identifier for database |
migration |
Migration settings which tune the migration behavior |
name | Name of database |
schema |
Schema name to be migrated |
source |
Source settings to tune source endpoint migration behavior |
table |
Mapping of source to target tables |
target |
Target database name |
target |
Target settings to tune target endpoint migration behavior |
Property Details
id
Unique identifier for database
id?: string
Property Value
string
migrationSetting
Migration settings which tune the migration behavior
migrationSetting?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
name
Name of database
name?: string
Property Value
string
schemaName
Schema name to be migrated
schemaName?: string
Property Value
string
sourceSetting
Source settings to tune source endpoint migration behavior
sourceSetting?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
tableMap
Mapping of source to target tables
tableMap?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
targetDatabaseName
Target database name
targetDatabaseName?: string
Property Value
string
targetSetting
Target settings to tune target endpoint migration behavior
targetSetting?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Azure SDK for JavaScript