TestimoX

API Reference

Class

Item (DomainControllerDiskSpacePostureService)

Namespace ComputerX.Storage.DomainControllerDiskSpacePostureService
Assembly ComputerX
Modifiers sealed

Single disk posture item.

Inheritance

  • Object
  • Item

Constructors

Properties

public String ComputerName { get; set; } #

Computer name associated with the disk row.

public String Name { get; set; } #

Drive root path such as C:\.

public DriveType DriveType { get; set; } #

Drive type.

public String VolumeName { get; set; } #

Volume label when available.

public String FileSystem { get; set; } #

File system name when available.

public Int64 SizeBytes { get; set; } #

Total size in bytes.

public Int64 FreeSpaceBytes { get; set; } #

Free space in bytes.

public Double FreeSpaceGb { get; set; } #

Free space in gigabytes.

public Double FreePercent { get; set; } #

Free space percentage.

public Boolean MeetsFreeSpaceGbThreshold { get; set; } #

True when free space in gigabytes meets the configured threshold.

public Boolean MeetsFreePercentThreshold { get; set; } #

True when free-space percentage meets the configured threshold.

public String Issue { get; set; } #

Primary issue classification for the disk.