API Reference
Class
SmbShareDiagnosticResult
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
- Method SmbShareDiagnostics.Get
- Method SmbShareDiagnostics.Get
Constructors
public SmbShareDiagnosticResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer that was diagnosed.
public IReadOnlyList<SmbShareCollectionDiagnostic> Diagnostics { get; set; } #Collection diagnostics emitted by providers.
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.