NonSqlDataMigrationTableResult interface

Object used to report the data migration results of a table

Properties

elapsedTimeInMiliseconds

Time taken to migrate the data NOTE: This property will not be serialized. It can only be populated by the server.

errors

List of errors, if any, during migration NOTE: This property will not be serialized. It can only be populated by the server.

resultCode

Result code of the data migration NOTE: This property will not be serialized. It can only be populated by the server.

sourceName

Name of the source table NOTE: This property will not be serialized. It can only be populated by the server.

sourceRowCount

Number of rows in the source table NOTE: This property will not be serialized. It can only be populated by the server.

targetName

Name of the target table NOTE: This property will not be serialized. It can only be populated by the server.

targetRowCount

Number of rows in the target table NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

elapsedTimeInMiliseconds

Time taken to migrate the data NOTE: This property will not be serialized. It can only be populated by the server.

elapsedTimeInMiliseconds?: number

Property Value

number

errors

List of errors, if any, during migration NOTE: This property will not be serialized. It can only be populated by the server.

errors?: DataMigrationError[]

Property Value

resultCode

Result code of the data migration NOTE: This property will not be serialized. It can only be populated by the server.

resultCode?: string

Property Value

string

sourceName

Name of the source table NOTE: This property will not be serialized. It can only be populated by the server.

sourceName?: string

Property Value

string

sourceRowCount

Number of rows in the source table NOTE: This property will not be serialized. It can only be populated by the server.

sourceRowCount?: number

Property Value

number

targetName

Name of the target table NOTE: This property will not be serialized. It can only be populated by the server.

targetName?: string

Property Value

string

targetRowCount

Number of rows in the target table NOTE: This property will not be serialized. It can only be populated by the server.

targetRowCount?: number

Property Value

number