TestimoX

API Reference

Class

AdxShareReadinessSignal

Namespace ADPlayground.ShareDiagnostics
Assembly ADPlayground
Modifiers sealed

Typed signal used to explain share migration readiness and owner review risk.

Inheritance

  • Object
  • AdxShareReadinessSignal

Usage

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

Accepted by parameters

Constructors

Properties

public AdxShareReadinessSignalKind Kind { get; set; } #

Signal kind.

public AdxShareReadinessSignalSeverity Severity { get; set; } #

Signal severity.

public String ComputerName { get; set; } #

Computer hosting the share.

public String ShareName { get; set; } #

Share name.

public String Path { get; set; } #

Path involved in the signal, when available.

public String IdentityKey { get; set; } #

Identity involved in the signal, when available.

public String Code { get; set; } #

Source code or typed subcategory for the signal.

public String Message { get; set; } #

Human-readable message for downstream operator surfaces.