MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput interface

Database specific information for PostgreSQL to Azure Database for PostgreSQL migration task inputs

Properties

migrationSetting

Migration settings which tune the migration behavior

name

Name of the database

selectedTables

Tables selected for migration

sourceSetting

Source settings to tune source endpoint migration behavior

targetDatabaseName

Name of target database. Note: Target database will be truncated before starting migration.

targetSetting

Target settings to tune target endpoint migration behavior

Property Details

migrationSetting

Migration settings which tune the migration behavior

migrationSetting?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

name

Name of the database

name?: string

Property Value

string

selectedTables

Tables selected for migration

selectedTables?: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput[]

Property Value

sourceSetting

Source settings to tune source endpoint migration behavior

sourceSetting?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

targetDatabaseName

Name of target database. Note: Target database will be truncated before starting migration.

targetDatabaseName?: string

Property Value

string

targetSetting

Target settings to tune target endpoint migration behavior

targetSetting?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}