Share via


MigrateMySqlRequestProperties interface

MigrateMySqlRequest resource specific properties

Properties

connectionString

Connection string to the remote MySQL database.

migrationType

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"