PhaseResult.WorkerResult 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 worker result.
[System.Runtime.Serialization.DataContract]
public class PhaseResult.WorkerResult
[<System.Runtime.Serialization.DataContract>]
type PhaseResult.WorkerResult = class
Public Class PhaseResult.WorkerResult
- Inheritance
-
PhaseResult.WorkerResult
- Attributes
Constructors
PhaseResult.WorkerResult() |
Properties
EndDateTimeUTC |
Gets or sets the migration end time. |
EndSeqNum |
Gets or sets the end sequence number. |
Iteration |
Gets or sets the current iteration. |
LastAppliedSeqNum |
Gets or sets the last applied sequence number. |
NoOfKeysMigrated |
Gets or sets the number of keys migrated. |
Phase |
Gets or sets the migration phase. |
StartDateTimeUTC |
Gets or sets the migration start time. |
StartSeqNum |
Gets or sets the start sequence number. |
Status |
Gets or sets the migration status. |
WorkerCount |
Gets or sets the worker count. |
WorkerId |
Gets or sets the worker id. |
Methods
ToString() |
String representation of the object. |
Applies to
Azure SDK for .NET