PhaseResult Class

Definition

Migration phase result.

[System.Runtime.Serialization.DataContract]
public class PhaseResult
[<System.Runtime.Serialization.DataContract>]
type PhaseResult = class
Public Class PhaseResult
Inheritance
PhaseResult
Attributes

Constructors

PhaseResult()

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.

WorkerResults

Gets or sets the worker results.

Methods

ToString()

String representation of the object.

Applies to