public sealed class ReplicationCycle : IMessage<ReplicationCycle>, IEquatable<ReplicationCycle>, IDeepCloneable<ReplicationCycle>, IBufferMessage, IMessage
ReplicationCycle contains information about the current replication cycle
status.
[[["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 latest version of `ReplicationCycle` is 2.6.0, with previous versions listed down to 1.0.0."],["`ReplicationCycle` is a class that provides details about the status of a current replication cycle."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ReplicationCycle` has two constructors: one that is parameterless and another that accepts another `ReplicationCycle` instance."],["`ReplicationCycle` has two properties, `ProgressPercent` which represents the progress of the cycle as an integer and `StartTime` which is a Timestamp that marks the beginning of the cycle."]]],[]]