NonSqlDataMigrationTableResult Constructors
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.
Overloads
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. |
NonSqlDataMigrationTableResult()
Initializes a new instance of the NonSqlDataMigrationTableResult class.
public NonSqlDataMigrationTableResult ();
Public Sub New ()
Applies to
NonSqlDataMigrationTableResult(String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Double>, IList<DataMigrationError>)
Initializes a new instance of the NonSqlDataMigrationTableResult class.
public NonSqlDataMigrationTableResult (string resultCode = default, string sourceName = default, string targetName = default, long? sourceRowCount = default, long? targetRowCount = default, double? elapsedTimeInMiliseconds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DataMigrationError> errors = default);
new Microsoft.Azure.Management.DataMigration.Models.NonSqlDataMigrationTableResult : string * string * string * Nullable<int64> * Nullable<int64> * Nullable<double> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DataMigrationError> -> Microsoft.Azure.Management.DataMigration.Models.NonSqlDataMigrationTableResult
Public Sub New (Optional resultCode As String = Nothing, Optional sourceName As String = Nothing, Optional targetName As String = Nothing, Optional sourceRowCount As Nullable(Of Long) = Nothing, Optional targetRowCount As Nullable(Of Long) = Nothing, Optional elapsedTimeInMiliseconds As Nullable(Of Double) = Nothing, Optional errors As IList(Of DataMigrationError) = Nothing)
Parameters
- resultCode
- String
Result code of the data migration Possible values include: 'Initial', 'Completed', 'ObjectNotExistsInSource', 'ObjectNotExistsInTarget', 'TargetObjectIsInaccessible', 'FatalError'
- sourceName
- String
Name of the source table
- targetName
- String
Name of the target table
- errors
- IList<DataMigrationError>
List of errors, if any, during migration