TestimoX

API Reference

Class

ReplicationForestSummary

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers sealed

Forest-wide replication summary row (repadmin /replsummary equivalent) grouped by destination or source.

Inheritance

  • Object
  • ReplicationForestSummary

Constructors

Properties

public String Server { get; set; } #

Server name for this row (source or destination depending on Type).

public Nullable<TimeSpan> LargestDelta { get; set; } #

Largest time since last success observed among neighbors.

public Int32 Fails { get; set; } #

Number of failing replication edges.

public Int32 Total { get; set; } #

Total number of replication edges.

public Double PercentageError { get; set; } #

Fails divided by Total, expressed as a percentage (0..100).

public SummarySide Type { get; set; } #

Indicates whether this row is aggregated by destination or source.

public String ReplicationError { get; set; } #

Representative error string when failures are present.