TestimoX

API Reference

Class

ReplicationShowReplRow

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers sealed

Replication report row aligned with repadmin /showrepl output.

Inheritance

  • Object
  • ReplicationShowReplRow

Constructors

Properties

public String DestinationSite { get; set; } #

Destination DSA site name.

public String DestinationServer { get; set; } #

Destination domain controller name.

public String NamingContext { get; set; } #

Naming context (partition DN).

public String NamingContextDisplay { get; set; } #

Friendly naming context label.

public ReplicationNamingContextKind NamingContextKind { get; set; } #

Classification of the naming context.

public String SourceSite { get; set; } #

Source DSA site name.

public String SourceServer { get; set; } #

Source domain controller name.

public ActiveDirectoryTransportType TransportType { get; set; } #

Replication transport type.

public Int32 ConsecutiveFailures { get; set; } #

Number of consecutive failures reported for this edge.

public Nullable<DateTime> LastFailureTimeUtc { get; set; } #

Last failure time (UTC) when available.

public Nullable<DateTime> LastSuccessTimeUtc { get; set; } #

Last success time (UTC) when available.

public Nullable<Int32> LastResult { get; set; } #

Last replication result code (0 for success).

public String LastResultName { get; set; } #

Last replication result message.

public ReplicationDataSource DataSource { get; set; } #

Data source used to populate this row.

public Boolean IsQueryFailure { get; set; } #

True when this row represents a query failure (no neighbor data returned).

public Nullable<Int32> QueryErrorCode { get; set; } #

Query error code when IsQueryFailure is true.

public String QueryErrorMessage { get; set; } #

Query error message when IsQueryFailure is true.

public ReplicationQueryFailureKind QueryFailureKind { get; set; } #

Classified query failure kind.

public Boolean QuerySuppressed { get; set; } #

True when the query was suppressed due to a cooldown.

public Nullable<DateTimeOffset> QueryRetryAfterUtc { get; set; } #

UTC time when query suppression ends (if applicable).