API Reference
Class
ConnectionSummary
Aggregated view of replication connections grouped by a key (Site or Server).
Inheritance
- Object
- ConnectionSummary
Constructors
public ConnectionSummary() #Inherited Methods
Properties
public String Key { get; set; } #Grouping key (e.g., Site name or Destination Server).
public Int32 Total { get; set; } #Total connection objects.
public Int32 Enabled { get; set; } #Enabled connection objects.
public Int32 Disabled { get; set; } #Disabled connection objects.
public Int32 GeneratedByKcc { get; set; } #Connections generated by KCC.
public Int32 UserDefined { get; set; } #User-created connection objects.