NonSqlDataMigrationTableResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Object used to report the data migration results of a table
public class NonSqlDataMigrationTableResult
type NonSqlDataMigrationTableResult = class
Public Class NonSqlDataMigrationTableResult
- Inheritance
-
NonSqlDataMigrationTableResult
Constructors
NonSqlDataMigrationTableResult() |
Initializes a new instance of the NonSqlDataMigrationTableResult class. |
NonSqlDataMigrationTableResult(String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, IList<DataMigrationError>) |
Initializes a new instance of the NonSqlDataMigrationTableResult class. |
Properties
ElapsedTimeInMiliseconds |
Gets time taken to migrate the data |
Errors |
Gets list of errors, if any, during migration |
ResultCode |
Gets result code of the data migration Possible values include: 'Initial', 'Completed', 'ObjectNotExistsInSource', 'ObjectNotExistsInTarget', 'TargetObjectIsInaccessible', 'FatalError' |
SourceName |
Gets name of the source table |
SourceRowCount |
Gets number of rows in the source table |
TargetName |
Gets name of the target table |
TargetRowCount |
Gets number of rows in the target table |