Click or drag to resize

ReplicaSync Class

Contains info of latest transaction synced with databases at a specified host and path
Inheritance Hierarchy

Namespace:  VelocityDb.Sync
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public class ReplicaSync : OptimizedPersistable

The ReplicaSync type exposes the following members.

Constructors
  NameDescription
Public methodReplicaSync
Creates sync log object
Top
Properties
  NameDescription
Public propertySyncFromHost
Host of databases synced with
Public propertySyncFromPath
Path to databases synced with
Public propertyTransactionNumber
Last transaction number synced with
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also