MigrateMySqlAzureDbForMySqlOfflineDatabaseInput interface
Database specific information for offline MySQL to Azure Database for MySQL migration task inputs
Properties
name | Name of the database |
table |
Mapping of source to target tables |
target |
Name of target database. Note: Target database will be truncated before starting migration. |
Property Details
name
Name of the database
name?: string
Property Value
string
tableMap
Mapping of source to target tables
tableMap?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
targetDatabaseName
Name of target database. Note: Target database will be truncated before starting migration.
targetDatabaseName?: string
Property Value
string
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for JavaScript