TestimoX

API Reference

Class

View (DomainControllerDiskSpacePostureService)

Namespace ComputerX.Storage.DomainControllerDiskSpacePostureService
Assembly ComputerX
Modifiers sealed

Aggregated disk-space posture view.

Inheritance

  • Object
  • View

Constructors

Properties

public String ComputerName { get; set; } #

Target computer name.

public Double MinimumFreeSpaceGb { get; set; } #

Configured minimum free-space threshold in gigabytes.

public Double MinimumFreePercent { get; set; } #

Configured minimum free-space percentage threshold.

public Int32 DiskCount { get; set; } #

Total fixed disks evaluated.

public Int32 LowFreeSpaceGbCount { get; set; } #

Total disks below the minimum free-space threshold.

public Int32 LowFreePercentCount { get; set; } #

Total disks below the minimum free-space percentage threshold.

public Int32 AtRiskDiskCount { get; set; } #

Total disks below either threshold.

public Int32 HealthyDiskCount { get; set; } #

Total disks meeting both thresholds.

public Nullable<Double> LowestFreePercent { get; set; } #

Lowest free-space percentage observed across evaluated disks.

public Nullable<Double> LowestFreeSpaceGb { get; set; } #

Lowest free-space amount observed across evaluated disks in gigabytes.

public IReadOnlyList<Item> Items { get; set; } #

Per-disk posture items.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.