API Reference
Class
Item (DomainControllerDiskSpacePostureService)
Single disk posture item.
Inheritance
- Object
- Item
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.