StorageBucket

public class StorageBucket : CustomStringConvertible, JSONRepresentable

Describes the number of users in a specific storage bucket.

  • The name of the storage bucket. For example, ‘1G’ is a bucket of users with storage size up to 1 Giga.

    Declaration

    Swift

    public let bucket: String
  • The number of people whose storage is in the range of this storage bucket.

    Declaration

    Swift

    public let users: UInt64
  • Declaration

    Swift

    public var description: String { get }