public class QuickIODiskInformation
Disk metadata information
QuickIODiskInformation(UInt64 freeBytes, UInt64 totalBytes, UInt64 totalFreeBytes)
Disk metadata information
internal void QuickIODiskInformation(UInt64 freeBytes, UInt64 totalBytes, UInt64 totalFreeBytes)
FreeBytes
Total available number of bytes for the user who executed the API call.
public UInt64 FreeBytes { get; set; }
TotalBytes
Total bytes of share
public UInt64 TotalBytes { get; set; }
TotalFreeBytes
Total free bytes for all users
public UInt64 TotalFreeBytes { get; set; }