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 latest version available for `ReplicationSync` is 2.6.0, with a historical record of versions ranging back to 1.0.0."],["`ReplicationSync` is a class designed to hold information regarding the most recent replica synchronization to the cloud."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage\u003cReplicationSync\u003e`, `IEquatable\u003cReplicationSync\u003e`, `IDeepCloneable\u003cReplicationSync\u003e`, `IBufferMessage`, and `IMessage`."],["It has two constructors, one default and one that accepts another `ReplicationSync` object as a parameter."],["`ReplicationSync` contains a property named `LastSyncTime`, which is a `Timestamp` type, and represents when the most updated snapshot finished replication."]]],[]]