Interface UsageInfoInternal

Usage information about a file system

interface UsageInfo {
    blockSize?: number;
    freeNodes?: number;
    freeSpace: number;
    totalNodes?: number;
    totalSpace: number;
}

Hierarchy (View Summary)

Properties

blockSize?: number

The optimal block size to use with the file system

4096
freeNodes?: number

Number of free nodes available

freeSpace: number

The available space

totalNodes?: number

Total number of nodes available

totalSpace: number

The total space