MigrateOracleAzureDBPostgreSqlSyncDatabaseInput Class

Definition

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

public class MigrateOracleAzureDBPostgreSqlSyncDatabaseInput
type MigrateOracleAzureDBPostgreSqlSyncDatabaseInput = class
Public Class MigrateOracleAzureDBPostgreSqlSyncDatabaseInput
Inheritance
MigrateOracleAzureDBPostgreSqlSyncDatabaseInput

Constructors

MigrateOracleAzureDBPostgreSqlSyncDatabaseInput()

Initializes a new instance of MigrateOracleAzureDBPostgreSqlSyncDatabaseInput.

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.

Applies to