MigrateMySqlAzureDbForMySqlOfflineTaskInput interface
Input for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations
Properties
| encrypted |
encrypted key for secure fields |
| make |
Setting to set the source server read only |
| optional |
Optional parameters for fine tuning the data transfer rate during migration |
| selected |
Databases to migrate |
| source |
Connection information for source MySQL |
| started |
Parameter to specify when the migration started |
| target |
Connection information for target Azure Database for MySQL |
Property Details
encryptedKeyForSecureFields
encrypted key for secure fields
encryptedKeyForSecureFields?: string
Property Value
string
makeSourceServerReadOnly
Setting to set the source server read only
makeSourceServerReadOnly?: boolean
Property Value
boolean
optionalAgentSettings
Optional parameters for fine tuning the data transfer rate during migration
optionalAgentSettings?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
selectedDatabases
Databases to migrate
selectedDatabases: MigrateMySqlAzureDbForMySqlOfflineDatabaseInput[]
Property Value
sourceConnectionInfo
Connection information for source MySQL
sourceConnectionInfo: MySqlConnectionInfo
Property Value
startedOn
Parameter to specify when the migration started
startedOn?: Date
Property Value
Date
targetConnectionInfo
Connection information for target Azure Database for MySQL
targetConnectionInfo: MySqlConnectionInfo