MigrateMySqlRequestProperties interface
MigrateMySqlRequest resource specific properties
Properties
| connection |
Connection string to the remote MySQL database. |
| migration |
The type of migration operation to be done |
Property Details
connectionString
Connection string to the remote MySQL database.
connectionString: string
Property Value
string
migrationType
The type of migration operation to be done
migrationType: "LocalToRemote" | "RemoteToLocal"
Property Value
"LocalToRemote" | "RemoteToLocal"