API Reference
AdmxProviderMaintenanceResult
Result of a multi-provider ADMX maintenance run.
Inheritance
- Object
- AdmxProviderMaintenanceResult
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 AdmxProviderMaintenanceResult() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String CacheRoot { get; set; } #Cache root used for the maintenance run.
public String DestinationRoot { get; set; } #Optional destination PolicyDefinitions folder used for comparison.
public String CompletedAtUtc { get; set; } #UTC timestamp when the maintenance run was completed.
public IReadOnlyList<AdmxProviderMaintenanceEntry> Entries { get; set; } #Per-provider maintenance results.
public Int32 ResolvedCount { get; set; } #Number of providers that resolved a release or catalog entry.
public Int32 RefreshedCount { get; set; } #Number of providers refreshed into the cache during this run.
public Int32 VersionChangedCount { get; set; } #Number of providers where the latest cached version changed.
public Int32 AddCount { get; set; } #Total cached files missing from the destination across compared providers.
public Int32 OverwriteCount { get; set; } #Total cached files that differ from the destination across compared providers.
public Int32 ReviewCount { get; set; } #Total cached files that require manual review across compared providers.
public Int32 ErrorCount { get; set; } #Number of providers that produced an error.
public IReadOnlyList<String> Warnings { get; set; } #Non-fatal warnings produced during maintenance.