Interface BigIntStatsFs

interface BigIntStatsFs {
    bavail: bigint;
    bfree: bigint;
    blocks: bigint;
    bsize: bigint;
    ffree: bigint;
    files: bigint;
    type: bigint;
}

Hierarchy (view full)

Properties

bavail: bigint

Available blocks for unprivileged users

bfree: bigint

Free blocks in file system.

blocks: bigint

Total data blocks in file system.

bsize: bigint

Optimal transfer block size.

ffree: bigint

Free file nodes in file system.

files: bigint

Total file nodes in file system.

type: bigint

Type of file system.

Generated using TypeDoc