TestimoX

API Reference

Class

SidHistoryRecoveryExecutionResult

Namespace ADPlayground.Migrations.SidHistory
Assembly ADPlayground
Implements
IEquatable<SidHistoryRecoveryExecutionResult>
Modifiers sealed

Result returned after a governed SIDHistory recovery execution.

Inheritance

  • Object
  • SidHistoryRecoveryExecutionResult

Usage

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

Constructors

Methods

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

Parameters

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

Properties

public Boolean Blocked { get; set; } #

Gets a value indicating whether recovery was blocked before write execution.

public SidHistoryRecoveryPlan RecoveryPlan { get; set; } #

Recovery plan used for execution.

public SidHistoryMigrationExecutionResult MigrationResult { get; set; } #

Migration execution result when recovery was eligible for write execution.