public sealed class ReplicationSync : IMessage<ReplicationSync>, IEquatable<ReplicationSync>, IDeepCloneable<ReplicationSync>, IBufferMessage, IMessage
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."],[[["The `ReplicationSync` class provides information about the last replica synchronization to the cloud."],["This class is part of the `Google.Cloud.VMMigration.V1` namespace and is defined within the `Google.Cloud.VMMigration.V1.dll` assembly."],["The latest version available for `ReplicationSync` is 2.6.0, with versions ranging from 1.0.0 to 2.6.0 provided for reference."],["`ReplicationSync` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It also contains the property `LastSyncTime` that denotes the most updated snapshot creation time in the source that completed replication, with a `Timestamp` type."]]],[]]