public sealed class ReplicationSync : IMessage<ReplicationSync>, IEquatable<ReplicationSync>, IDeepCloneable<ReplicationSync>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class ReplicationSync.
ReplicationSync contain information about the last replica sync to the cloud.
[[["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."],[[["This webpage provides reference documentation and code samples for the `ReplicationSync` class within the VM Migration v1 API."],["The `ReplicationSync` class is a sealed class that contains information about the most recent replica synchronization to the cloud."],["The latest version available is 2.6.0, while the page is specifically referencing version 2.4.0."],["`ReplicationSync` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with other inherited members from the base object class."],["The class has a `LastSyncTime` property, which is a `Timestamp` object that denotes when the most updated snapshot from the source completed replication."]]],[]]