DiskUsage

public struct DiskUsage : Codable, Equatable

Summary of the disk usage statistics for the environment.

  • Number of bytes within the environment’s disk capacity that are currently used to store data.

    Declaration

    Swift

    public var usedBytes: Int?
  • Total number of bytes available in the environment’s disk capacity.

    Declaration

    Swift

    public var maximumAllowedBytes: Int?