Class: FileSystemProps

vertx-js/file_system_props~ FileSystemProps

new FileSystemProps()

Represents properties of the file system.
Source:

Methods

totalSpace() → {number}

Source:
Returns:
  • The total space on the file system, in bytes
  • Type
    number

unallocatedSpace() → {number}

Source:
Returns:
  • The total un-allocated space on the file system, in bytes
  • Type
    number

usableSpace() → {number}

Source:
Returns:
  • The total usable space on the file system, in bytes
  • Type
    number