Share via


PhaseResult.WorkerResult Class

Definition

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