MigrateOracleAzureDbPostgreSqlSyncDatabaseInputResponse

data class MigrateOracleAzureDbPostgreSqlSyncDatabaseInputResponse(val caseManipulation: String? = null, val migrationSetting: Map<String, String>? = null, val name: String? = null, val schemaName: String? = null, val sourceSetting: Map<String, String>? = null, val tableMap: Map<String, String>? = null, val targetDatabaseName: String? = null, val targetSetting: Map<String, String>? = null)

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

Constructors

constructor(caseManipulation: String? = null, migrationSetting: Map<String, String>? = null, name: String? = null, schemaName: String? = null, sourceSetting: Map<String, String>? = null, tableMap: Map<String, String>? = null, targetDatabaseName: String? = null, targetSetting: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How to handle object name casing: either Preserve or ToLower

Link copied to clipboard

Migration settings which tune the migration behavior

Link copied to clipboard
val name: String? = null

Name of the migration pipeline

Link copied to clipboard
val schemaName: String? = null

Name of the source schema

Link copied to clipboard

Source settings to tune source endpoint migration behavior

Link copied to clipboard
val tableMap: Map<String, String>? = null

Mapping of source to target tables

Link copied to clipboard

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

Link copied to clipboard

Target settings to tune target endpoint migration behavior