API Reference
Class
DiskInventoryQueryRequest
Parameters for physical disk inventory queries.
Inheritance
- Object
- DiskInventoryQueryRequest
Constructors
public DiskInventoryQueryRequest() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.