DataMigrationProjectMetadata interface
Common metadata for migration projects
Properties
selected |
List of tables selected for migration NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Source server name NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Source server port number NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Source username NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Target database name NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Target server name NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Target username NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Whether target connection is Windows authentication NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
selectedMigrationTables
List of tables selected for migration NOTE: This property will not be serialized. It can only be populated by the server.
selectedMigrationTables?: MigrationTableMetadata[]
Property Value
sourceServerName
Source server name NOTE: This property will not be serialized. It can only be populated by the server.
sourceServerName?: string
Property Value
string
sourceServerPort
Source server port number NOTE: This property will not be serialized. It can only be populated by the server.
sourceServerPort?: string
Property Value
string
sourceUsername
Source username NOTE: This property will not be serialized. It can only be populated by the server.
sourceUsername?: string
Property Value
string
targetDbName
Target database name NOTE: This property will not be serialized. It can only be populated by the server.
targetDbName?: string
Property Value
string
targetServerName
Target server name NOTE: This property will not be serialized. It can only be populated by the server.
targetServerName?: string
Property Value
string
targetUsername
Target username NOTE: This property will not be serialized. It can only be populated by the server.
targetUsername?: string
Property Value
string
targetUsingWinAuth
Whether target connection is Windows authentication NOTE: This property will not be serialized. It can only be populated by the server.
targetUsingWinAuth?: boolean
Property Value
boolean
Azure SDK for JavaScript