DiskInfo

public struct DiskInfo

Information about the disk usage on Put.io

  • The available disk space

    Declaration

    Swift

    public let available: Int
  • The amount of space used on the disk

    Declaration

    Swift

    public let used: Int
  • The total size of the disk

    Declaration

    Swift

    public let size: Int