TestimoX

API Reference

Class

SmbShareDiagnosticItem

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Per-share diagnostics evidence.

Inheritance

  • Object
  • SmbShareDiagnosticItem

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

Accepted by parameters

Constructors

public SmbShareDiagnosticItem() #

Properties

public SmbShareDetails Share { get; set; } #

Share metadata.

public IReadOnlyList<SmbSharePermissionEntry> SharePermissions { get; set; } #

Share-level access control entries.

public FileAclDescriptor NtfsAcl { get; set; } #

NTFS ACL descriptor for the share root, when requested and available.

public IReadOnlyList<SmbShareOpenFileInfo> OpenFiles { get; set; } #

Open files currently observed under this share, when requested and available.

public IReadOnlyList<SmbShareDiagnosticFinding> Findings { get; set; } #

Findings produced for this share.