MigrationResult 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.
Migration result.
[System.Runtime.Serialization.DataContract]
public class MigrationResult
[<System.Runtime.Serialization.DataContract>]
type MigrationResult = class
Public Class MigrationResult
- Inheritance
-
MigrationResult
- Attributes
Constructors
MigrationResult() |
Properties
CurrentPhase |
Gets or sets the current migration phase. |
EndDateTimeUTC |
Gets or sets the migration end time. |
EndSeqNum |
Gets or sets the end sequence nummber. |
LastAppliedSeqNum |
Gets or sets the last applied sequence number. |
MigrationMode |
Gets or sets the migration mode. |
NoOfKeysMigrated |
Gets or sets the number of sequence numbers migrated. |
PhaseResults |
Gets or sets the phase wise results. |
StartDateTimeUTC |
Gets or sets the migration start time. |
StartSeqNum |
Gets or sets the start sequence num. |
Status |
Gets or sets the migration status. |
Methods
ToString() |
String representation of the object. |