DataMigrationProjectMetadata interface

Common metadata for migration projects

Properties

selectedMigrationTables

List of tables selected for migration NOTE: This property will not be serialized. It can only be populated by the server.

sourceServerName

Source server name NOTE: This property will not be serialized. It can only be populated by the server.

sourceServerPort

Source server port number NOTE: This property will not be serialized. It can only be populated by the server.

sourceUsername

Source username NOTE: This property will not be serialized. It can only be populated by the server.

targetDbName

Target database name NOTE: This property will not be serialized. It can only be populated by the server.

targetServerName

Target server name NOTE: This property will not be serialized. It can only be populated by the server.

targetUsername

Target username NOTE: This property will not be serialized. It can only be populated by the server.

targetUsingWinAuth

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