Share via


MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput interface

Input for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations

Properties

encryptedKeyForSecureFields

encrypted key for secure fields

selectedDatabases

Databases to migrate

sourceConnectionInfo

Connection information for source PostgreSQL

startedOn

Migration start time NOTE: This property will not be serialized. It can only be populated by the server.

targetConnectionInfo

Connection information for target Azure Database for PostgreSQL

Property Details

encryptedKeyForSecureFields

encrypted key for secure fields

encryptedKeyForSecureFields?: string

Property Value

string

selectedDatabases

Databases to migrate

selectedDatabases: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput[]

Property Value

sourceConnectionInfo

Connection information for source PostgreSQL

sourceConnectionInfo: PostgreSqlConnectionInfo

Property Value

startedOn

Migration start time NOTE: This property will not be serialized. It can only be populated by the server.

startedOn?: Date

Property Value

Date

targetConnectionInfo

Connection information for target Azure Database for PostgreSQL

targetConnectionInfo: PostgreSqlConnectionInfo

Property Value