TestimoX

API Reference

Enum

SidHistoryDueDiligenceSeverity

Namespace ADPlayground.Migrations.SidHistory
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Severity assigned to SIDHistory migration, recovery, and cleanup due-diligence findings.

Inheritance

  • Enum
  • SidHistoryDueDiligenceSeverity

Usage

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

Values

public const SidHistoryDueDiligenceSeverity Info #

Informational item that does not affect execution.

Value: 0
public const SidHistoryDueDiligenceSeverity Warning #

Condition that should be reviewed before execution but does not block by itself.

Value: 1
public const SidHistoryDueDiligenceSeverity Blocker #

Condition that must be resolved before a write operation is allowed.

Value: 2