API Reference
Class
ReplicationShowReplReport
Aggregated report produced from replication rows, suitable for showrepl-style output.
Inheritance
- Object
- ReplicationShowReplReport
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
public ReplicationShowReplReport() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DateTimeOffset GeneratedUtc { get; set; } #UTC timestamp when the report was generated.
public ReplicationQueryMode QueryMode { get; set; } #Query mode used to collect replication data.
public Boolean Outbound { get; set; } #Indicates outbound vs inbound query direction.
public String Domain { get; set; } #Optional domain scope of the report.
public ReplicationQueryVisibility Visibility { get; set; } #Indicates how complete the returned data is.
public IReadOnlyList<ReplicationDataSource> DataSources { get; set; } #Data sources encountered in the report.
public IReadOnlyList<ReplicationQueryIssue> QueryIssues { get; set; } #Query issues encountered while building the report.
public IReadOnlyList<ReplicationShowReplRow> Rows { get; set; } #Flattened replication rows.