Methods (1) Properties (3)
Namespace: SchwabenCode.QuickIO

Syntax

public class QuickIODiskInformation

Summary

Disk metadata information

Methods

internal void QuickIODiskInformation(UInt64 freeBytes, UInt64 totalBytes, UInt64 totalFreeBytes)

Properties

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; }