TestimoX

API Reference

Class

AdMigrationExecutionReport

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

Versioned migration execution report artifact.

Inheritance

  • Object
  • AdMigrationExecutionReport

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Methods

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

Parameters

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

Properties

public Int32 SchemaVersion { get; set; } #

Report schema version.

public DateTimeOffset GeneratedAtUtc { get; set; } #

UTC timestamp when the report was generated.

public AdMigrationExecutionSummary Execution { get; set; } #

Sanitized execution context.

public AdMigrationExecutionReportSummary Summary { get; set; } #

Execution summary counts.

public JsonElement Plan { get; set; } #

Versioned plan artifact embedded in the report.

public IReadOnlyList<AdMigrationPhaseExecutionResult> Phases { get; set; } #

Phase execution results.

public IReadOnlyList<AdMigrationOutstandingAction> OutstandingActions { get; set; } #

Follow-up actions that remain after the execution result.

public IReadOnlyList<AdMigrationRollbackAction> RollbackActions { get; set; } #

Rollback or recovery actions for phases that changed state.