NonSqlMigrationTaskInput interface
Base class for non sql migration task input
Properties
project |
A URL that points to the drop location to access project artifacts |
project |
Name of the migration project |
selected |
Metadata of the tables selected for migration |
target |
Information for connecting to target |
target |
Target database name |
Property Details
projectLocation
A URL that points to the drop location to access project artifacts
projectLocation: string
Property Value
string
projectName
Name of the migration project
projectName: string
Property Value
string
selectedTables
Metadata of the tables selected for migration
selectedTables: NonSqlDataMigrationTable[]
Property Value
targetConnectionInfo
Information for connecting to target
targetConnectionInfo: SqlConnectionInfo
Property Value
targetDatabaseName
Target database name
targetDatabaseName: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript