NonSqlDataMigrationTableResult interface
Object used to report the data migration results of a table
Properties
elapsed |
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. |
result |
Result code of the data migration NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Name of the source table NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Number of rows in the source table NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Name of the target table NOTE: This property will not be serialized. It can only be populated by the server. |
target |
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
Azure SDK for JavaScript