SpaceUsage
open class SpaceUsage : CustomStringConvertible
Information about a user’s space usage and quota.
-
The user’s total space usage (bytes).
Declaration
Swift
public let used: UInt64
-
The user’s space allocation.
Declaration
Swift
public let allocation: Users.SpaceAllocation
-
Declaration
Swift
open var description: String { get }