TestimoX

API Reference

Enum

AdxShareMigrationReadiness

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

Readiness classification for migrating or reorganizing a share data area.

Inheritance

  • Enum
  • AdxShareMigrationReadiness

Usage

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

Values

public const AdxShareMigrationReadiness Candidate #

The area has enough evidence and no blocking findings were detected.

Value: 0
public const AdxShareMigrationReadiness Review #

The area should be reviewed by an owner or operator before migration.

Value: 1
public const AdxShareMigrationReadiness BlockedByScanGaps #

The area is blocked by incomplete scan evidence or collection failures.

Value: 2
public const AdxShareMigrationReadiness BlockedByCriticalFindings #

The area is blocked by critical access findings.

Value: 3