TestimoX

API Reference

Class

SmbShareOpenFileSamplingOptions

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Options for sampling open files from the SMB server service over time.

Inheritance

  • Object
  • SmbShareOpenFileSamplingOptions

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

Properties

public String ComputerName { get; set; } #

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

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

Share metadata used to map open-file paths back to share names.

public Int32 SampleCount { get; set; } #

Number of samples to collect.

public TimeSpan Interval { get; set; } #

Delay between samples. Ignored when SampleCount is one.