TestimoX

API Reference

Class

DiskInventoryQueryRequest

Namespace ComputerX.Storage
Assembly ComputerX
Modifiers sealed

Parameters for physical disk inventory queries.

Inheritance

  • Object
  • DiskInventoryQueryRequest

Constructors

public DiskInventoryQueryRequest() #

Properties

public String ComputerName { get; set; } #

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

public String ModelContains { get; set; } #

Optional case-insensitive substring filter against disk model.

public String InterfaceContains { get; set; } #

Optional case-insensitive substring filter against interface type.

public String MediaContains { get; set; } #

Optional case-insensitive substring filter against media type.

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

Optional minimum size 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.