TestimoX

API Reference

Class

LogicalDiskInventoryQueryRequest

Namespace ComputerX.Storage
Assembly ComputerX
Modifiers sealed

Parameters for logical disk inventory queries.

Inheritance

  • Object
  • LogicalDiskInventoryQueryRequest

Constructors

public LogicalDiskInventoryQueryRequest() #

Properties

public String ComputerName { get; set; } #

Target computer name. Null or whitespace resolves to the local machine.

public String NameContains { get; set; } #

Optional case-insensitive substring filter against drive name or volume label.

public String FileSystem { get; set; } #

Optional case-insensitive exact file-system filter (for example NTFS, ReFS).

public Nullable<DriveType> DriveType { get; set; } #

Optional drive-type filter.

public Nullable<Int64> MinSizeBytes { get; set; } #

Optional minimum total-size threshold in bytes.

public Nullable<Int64> MinFreeBytes { get; set; } #

Optional minimum free-space threshold in bytes.

public Nullable<Int32> MaxResults { get; set; } #

Optional maximum number of rows to return.

public Nullable<TimeSpan> Timeout { get; set; } #

Optional WMI timeout for remote queries.