TestimoX

API Reference

Class

AdMigrationExecutionReportSummary

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Implements
IEquatable<AdMigrationExecutionReportSummary>
Modifiers sealed

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.

Constructors

public AdMigrationExecutionReportSummary() #

Methods

public AdMigrationExecutionReportSummary <Clone>$() #
Returns: AdMigrationExecutionReportSummary
public virtual Boolean Equals(AdMigrationExecutionReportSummary other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

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.