ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput interface

Output for the task that validates connection to Azure Database for PostgreSQL and target server requirements for Oracle source.

Properties

databases

List of databases on target server NOTE: This property will not be serialized. It can only be populated by the server.

databaseSchemaMap

Mapping of schemas per database

targetServerBrandVersion

Target server brand version NOTE: This property will not be serialized. It can only be populated by the server.

targetServerVersion

Version of the target server NOTE: This property will not be serialized. It can only be populated by the server.

validationErrors

Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

databases

List of databases on target server NOTE: This property will not be serialized. It can only be populated by the server.

databases?: string[]

Property Value

string[]

databaseSchemaMap

Mapping of schemas per database

databaseSchemaMap?: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem[]

Property Value

targetServerBrandVersion

Target server brand version NOTE: This property will not be serialized. It can only be populated by the server.

targetServerBrandVersion?: string

Property Value

string

targetServerVersion

Version of the target server NOTE: This property will not be serialized. It can only be populated by the server.

targetServerVersion?: string

Property Value

string

validationErrors

Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server.

validationErrors?: ReportableException[]

Property Value