Interface FileSystemProps
-
Method Summary
-
Method Details
-
name
String name()- Returns:
- The name of this file store
-
totalSpace
long totalSpace()- Returns:
- The total space on the file system, in bytes
-
unallocatedSpace
long unallocatedSpace()- Returns:
- The total un-allocated space on the file system, in bytes
-
usableSpace
long usableSpace()- Returns:
- The total usable space on the file system, in bytes
-