Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataMigrationProjectMetadata

Package version

Common metadata for migration projects

Hierarchy

  • DataMigrationProjectMetadata

Index

Properties

Optional selectedMigrationTables

selectedMigrationTables: MigrationTableMetadata[]

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

Optional sourceServerName

sourceServerName: undefined | string

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

Optional sourceServerPort

sourceServerPort: undefined | string

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

Optional sourceUsername

sourceUsername: undefined | string

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

Optional targetDbName

targetDbName: undefined | string

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

Optional targetServerName

targetServerName: undefined | string

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

Optional targetUsername

targetUsername: undefined | string

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

Optional targetUsingWinAuth

targetUsingWinAuth: undefined | false | true

Whether target connection is Windows authentication NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc