TestimoX

API Reference

Class

SmbShareDiagnosticResult

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Aggregated SMB share diagnostics result.

Inheritance

  • Object
  • SmbShareDiagnosticResult

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 SmbShareDiagnosticResult() #

Properties

public String ComputerName { get; set; } #

Computer that was diagnosed.

public IReadOnlyList<SmbShareDiagnosticItem> Shares { get; set; } #

Per-share diagnostics.

public IReadOnlyList<SmbShareCollectionDiagnostic> Diagnostics { get; set; } #

Collection diagnostics emitted by providers.

public Int32 ShareCount { get; set; } #

Total share count in the result.

public Int32 FindingCount { get; set; } #

Total findings across all shares.

public Int32 CriticalFindingCount { get; set; } #

Total critical findings across all shares.

public Int32 OpenFileCount { get; set; } #

Total open-file rows across all shares.

public Boolean IsHealthy { get; } #

True when no critical findings were produced.