TestimoX

API Reference

Enum

SmbShareDiagnosticSeverity

Namespace ComputerX.Smb
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Severity assigned to SMB share diagnostics findings.

Inheritance

  • Enum
  • SmbShareDiagnosticSeverity

Usage

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

Values

public const SmbShareDiagnosticSeverity Informational #

Informational evidence or operational context.

Value: 0
public const SmbShareDiagnosticSeverity Warning #

Potential issue that should be reviewed.

Value: 1
public const SmbShareDiagnosticSeverity Critical #

Security or availability issue that should be corrected deliberately.

Value: 2