<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

IDrive

public interface IDrive
Represents the parameters of a hard disk drive.
long GetAvailableSize(string path)

Gets the size of available space on the provided path.

int GetDiskUsage(string path)

Gets the size of used space on the provided path.

long GetTotalSize(string path)

Gets the total size of the provided path.