API Reference
Class
ReplicationDetailRow
Detail row for replication edge output.
Inheritance
- Object
- ReplicationDetailRow
Constructors
public ReplicationDetailRow() #Inherited Methods
Properties
public String DomainController { get; set; } #Destination/source DC depending on query direction.
public String DomainControllerSite { get; set; } #Domain controller site.
public String Neighbor { get; set; } #Neighbor server.
public String NeighborSite { get; set; } #Neighbor site.
public String NamingContext { get; set; } #Naming context DN.
public String Partition { get; set; } #Partition kind.
public String TransportType { get; set; } #Replication transport type.
public Int64 PendingOperations { get; set; } #Pending operations.
public String LastAttemptUtc { get; set; } #Last attempt UTC timestamp (roundtrip format).
public String LastSuccessUtc { get; set; } #Last success UTC timestamp (roundtrip format).
public Int32 LastResult { get; set; } #Last result code.
public String ErrorName { get; set; } #Error name.
public Int64 ConsecutiveFailures { get; set; } #Consecutive failures.
public Boolean IsQueryFailure { get; set; } #True for query-failure rows.
public Int32 QueryErrorCode { get; set; } #Query error code.
public String QueryErrorMessage { get; set; } #Query error message.
public String QueryFailureKind { get; set; } #Query failure kind.
public Boolean QuerySuppressed { get; set; } #Query suppression flag.
public String QueryRetryAfterUtc { get; set; } #Query retry-after UTC timestamp (roundtrip format).