DataItemMigrationSummaryResult 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.
Basic summary of a data item migration
public class DataItemMigrationSummaryResult
type DataItemMigrationSummaryResult = class
Public Class DataItemMigrationSummaryResult
- Inheritance
-
DataItemMigrationSummaryResult
- Derived
Constructors
DataItemMigrationSummaryResult() |
Initializes a new instance of the DataItemMigrationSummaryResult class. |
DataItemMigrationSummaryResult(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Int64>, Nullable<Int64>, String, String) |
Initializes a new instance of the DataItemMigrationSummaryResult class. |
Properties
EndedOn |
Gets migration end time |
ErrorPrefix |
Gets wildcard string prefix to use for querying all errors of the item |
ItemsCompletedCount |
Gets number of successfully completed items |
ItemsCount |
Gets number of items |
Name |
Gets name of the item |
ResultPrefix |
Gets wildcard string prefix to use for querying all sub-tem results of the item |
StartedOn |
Gets migration start time |
State |
Gets current state of migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' |
StatusMessage |
Gets status message |