API Reference
Class
SidHistoryRecoveryExecutionResult
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.
Returned or exposed by
Constructors
public SidHistoryRecoveryExecutionResult() #Methods
public SidHistoryRecoveryExecutionResult <Clone>$() #Returns:
SidHistoryRecoveryExecutionResultpublic virtual Boolean Equals(SidHistoryRecoveryExecutionResult other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
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.