public class FileSystemProps
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
totalSpace
The total space on the file system, in bytes
|
long |
unallocatedSpace
The total un-allocated space on the file syste, in bytes
|
long |
usableSpace
The total usable space on the file system, in bytes
|
| Constructor and Description |
|---|
FileSystemProps(long totalSpace,
long unallocatedSpace,
long usableSpace) |
public final long totalSpace
public final long unallocatedSpace
public final long usableSpace