API Reference
Class
ReplicationSummaryQueryResult
Wrapper-oriented replication summary payload.
Inheritance
- Object
- ReplicationSummaryQueryResult
Constructors
public ReplicationSummaryQueryResult() #Inherited Methods
Properties
public String Scope { get; set; } #Scope string: server/domain/forest.
public String DomainController { get; set; } #Server scope input.
public String DomainName { get; set; } #Domain scope input.
public Boolean Outbound { get; set; } #Outbound flag.
public Boolean BySource { get; set; } #By-source grouping flag.
public Int32 StaleThresholdHours { get; set; } #Stale threshold in hours.
public Int32 EdgesTotal { get; set; } #Total replication edges scanned.
public Int32 EdgesFailed { get; set; } #Failing edge count.
public Int32 EdgesInsecure { get; set; } #Insecure transport edge count.
public Int32 EdgesStale { get; set; } #Stale edge count.
public Int32 ServersTotal { get; set; } #Total summary rows.
public Int32 ServersWithFailures { get; set; } #Summary rows with failures.
public Int32 ServersHealthy { get; set; } #Summary rows without failures.
public String Health { get; set; } #Overall health string.
public IReadOnlyList<String> UniqueErrors { get; set; } #Unique replication error names.
public IReadOnlyDictionary<String, Int64> DeltaBuckets { get; set; } #Delta histogram buckets.
public IReadOnlyList<ReplicationSummaryRow> Summary { get; set; } #Summary rows.
public Nullable<Boolean> ErrorsTruncated { get; set; } #Indicates whether errors were truncated.
public IReadOnlyList<String> Errors { get; set; } #Optional error rows.
public Nullable<Boolean> DetailsTruncated { get; set; } #Indicates whether details were truncated.
public IReadOnlyList<ReplicationDetailRow> Details { get; set; } #Optional detail rows.
public String Warning { get; set; } #Optional warning.