TestimoX

API Reference

Class

SitePairItem

Namespace ADPlayground.Replication.ForestReplicationPostureService
Assembly ADPlayground
Modifiers sealed

Directional site-pair summary for replication health.

Inheritance

  • Object
  • SitePairItem

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String SourceSite { get; set; } #

Source site.

public String DestinationSite { get; set; } #

Destination site.

public Int32 LinkCount { get; set; } #

Total replication edges in this direction.

public Int32 HealthyCount { get; set; } #

Healthy edge count.

public Int32 StaleCount { get; set; } #

Stale edge count.

public Int32 FailedCount { get; set; } #

Failed edge count.

public String WorstStatus { get; set; } #

Worst status observed for the site pair.

public String ExamplePaths { get; set; } #

Example replication paths in this site pair.