BigIntStatsFs

sealed external interface BigIntStatsFs : StatsFsBase<BigInt> (source)

Properties

Link copied to clipboard
abstract var bavail: BigInt

Available blocks for unprivileged users

Link copied to clipboard
abstract var bfree: BigInt

Free blocks in file system.

Link copied to clipboard
abstract var blocks: BigInt

Total data blocks in file system.

Link copied to clipboard
abstract var bsize: BigInt

Optimal transfer block size.

Link copied to clipboard
abstract var ffree: BigInt

Free file nodes in file system.

Link copied to clipboard
abstract var files: BigInt

Total file nodes in file system.

Link copied to clipboard
abstract var type: BigInt

Type of file system.