MigrateOracleAzureDbPostgreSqlSyncDatabaseInput interface

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

Properties

caseManipulation

How to handle object name casing: either Preserve or ToLower

migrationSetting

Migration settings which tune the migration behavior

name

Name of the migration pipeline

schemaName

Name of the source schema

sourceSetting

Source settings to tune source endpoint migration behavior

tableMap

Mapping of source to target tables

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

caseManipulation

How to handle object name casing: either Preserve or ToLower

caseManipulation?: string

Property Value

string

migrationSetting

Migration settings which tune the migration behavior

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

Property Value

{[propertyName: string]: string}

name

Name of the migration pipeline

name?: string

Property Value

string

schemaName

Name of the source schema

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

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}