TestimoX

API Reference

Class

ReplicationShowReplReport

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers sealed

Aggregated report produced from replication rows, suitable for showrepl-style output.

Inheritance

  • Object
  • ReplicationShowReplReport

Constructors

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.