API Reference
Class
ReplicationSummaryQueryOptions
Query options for wrapper-oriented replication summary output.
Inheritance
- Object
- ReplicationSummaryQueryOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public ReplicationSummaryQueryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainController { get; set; } #Optional domain controller scope.
public String DomainName { get; set; } #Optional DNS domain scope.
public String ForestName { get; set; } #Optional forest DNS name to use for forest-scoped enumeration.
public Boolean Outbound { get; set; } #When true, summarize outbound edges.
public Boolean BySource { get; set; } #When true, group by source server.
public Int32 StaleThresholdHours { get; set; } #Stale threshold in hours.
public IReadOnlyList<Int32> BucketHours { get; set; } #Histogram bucket edges in hours.
public Boolean IncludeDetails { get; set; } #When true, include per-edge details.
public Int32 MaxDetails { get; set; } #Maximum details rows to include.
public Int32 MaxDomainControllers { get; set; } #Maximum domain controllers to enumerate when forest/domain scoped.
public Int32 MaxErrors { get; set; } #Maximum error rows to include.