CollectionUsage
public struct CollectionUsage : Codable, Equatable
Summary of the collection usage in the environment.
-
Number of active collections in the environment.
Declaration
Swift
public var available: Int? -
Total number of collections allowed in the environment.
Declaration
Swift
public var maximumAllowed: Int?
View on GitHub
CollectionUsage Structure Reference