Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrateOracleAzureDbPostgreSqlSyncDatabaseInput

Package version

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

Hierarchy

  • MigrateOracleAzureDbPostgreSqlSyncDatabaseInput

Index

Properties

Optional caseManipulation

caseManipulation: undefined | string

How to handle object name casing: either Preserve or ToLower

Optional migrationSetting

migrationSetting: undefined | object

Migration settings which tune the migration behavior

Optional name

name: undefined | string

Name of the migration pipeline

Optional schemaName

schemaName: undefined | string

Name of the source schema

Optional sourceSetting

sourceSetting: undefined | object

Source settings to tune source endpoint migration behavior

Optional tableMap

tableMap: undefined | object

Mapping of source to target tables

Optional targetDatabaseName

targetDatabaseName: undefined | string

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

Optional targetSetting

targetSetting: undefined | object

Target settings to tune target endpoint migration behavior

Generated using TypeDoc