public sealed class ReplicatingStep : IMessage<ReplicatingStep>, IEquatable<ReplicatingStep>, IDeepCloneable<ReplicatingStep>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class ReplicatingStep.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ReplicatingStep` class, part of the VM Migration v1 API, provides details about the replication process of virtual machines, as seen in the reference documentation for version 2.4.0."],["This class, which inherits from `object`, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and contains information on step specifics."],["The class has two constructors: a parameterless one and another that takes a `ReplicatingStep` object as a parameter."],["`ReplicatingStep` offers four properties: `LastThirtyMinutesAverageBytesPerSecond`, `LastTwoMinutesAverageBytesPerSecond`, `ReplicatedBytes`, and `TotalBytes`, representing different aspects of the replication data transfer."],["The latest version is 2.6.0 and version 2.4.0 is one of the available versions."]]],[]]