API Reference
AdMigrationExecutionReportSummary
Aggregated counts for a migration execution report.
Inheritance
- Object
- AdMigrationExecutionReportSummary
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 AdMigrationExecutionReportSummary() #Methods
public AdMigrationExecutionReportSummary <Clone>$() #AdMigrationExecutionReportSummarypublic virtual Boolean Equals(AdMigrationExecutionReportSummary other) #BooleanParameters
- obj Object
public override Int32 GetHashCode() #Int32public override String ToString() #StringInherited Methods
Properties
public Int32 PhaseCount { get; set; } #Total number of planned phases.
public Int32 ChangedPhaseCount { get; set; } #Number of phases that changed state.
public Int32 BlockedPhaseCount { get; set; } #Number of blocked phases.
public Int32 ExternalExecutorPhaseCount { get; set; } #Number of phases requiring a machine-side or external executor.
public Int32 CheckCount { get; set; } #Number of validation checks captured in phase evidence.
public Int32 FailedCheckCount { get; set; } #Number of failed validation checks captured in phase evidence.
public Int32 OutstandingActionCount { get; set; } #Number of follow-up actions that remain after execution.
public Int32 ExternalExecutorActionCount { get; set; } #Number of follow-up actions requiring external or machine-side execution.
public Int32 SidHistoryCleanupActionCount { get; set; } #Number of SIDHistory cleanup follow-up actions.
public Int32 ResourceAclReportOnlyActionCount { get; set; } #Number of report-only resource ACL follow-up actions.
public Int32 RollbackActionCount { get; set; } #Number of rollback or recovery actions for phases that changed state.
public Int32 MachineRollbackActionCount { get; set; } #Number of rollback or recovery actions that require a machine-side executor.