<PackageReference Include="Relativity.Other" Version="10.3.191.8" />

DriveSpace

public class DriveSpace
public string DriveName { get; }

public double FreePercent { get; }

public long TotalFreeSpace { get; }

public long TotalSpace { get; }

public double UsedPercent { get; }

public long UsedSpace { get; }

public long UserFreeSpace { get; }

public DriveSpace(string driveName)

public DriveSpace(string driveName, int retries)

public static string ToFormattedMegabytes(long numBytes)

public static long ToGigabytes(long numBytes)

public void Refresh()

public string[][] ToReport()