TestimoX

API Reference

Class

SmbShareDiagnosticOptions

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Options controlling SMB share diagnostics collection.

Inheritance

  • Object
  • SmbShareDiagnosticOptions

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

public SmbShareDiagnosticOptions() #

Properties

public String ComputerName { get; set; } #

Target computer. Empty, null, or "." uses the local computer.

public IReadOnlyList<String> ShareNames { get; set; } #

Optional share-name filter. Empty means all shares.

public SmbShareCollectionProvider Provider { get; set; } #

Provider used to collect share metadata and share ACLs.

public Boolean IncludeSpecialShares { get; set; } #

Includes hidden administrative and special shares when enumerating all shares.

public Boolean IncludeNtfsAcl { get; set; } #

Reads NTFS owner and DACL details for each share root path.

public Boolean IncludeOpenFiles { get; set; } #

Collects current open-file rows from the SMB server service.