StorageCapacity
public enum StorageCapacity : Equatable
Defines the capacity of a storage.
-
The capacity is unlimited.
Declaration
Swift
case unlimited -
The capacity is limited to a certain number of records.
Declaration
Swift
case records(Int)
View on GitHub
StorageCapacity Enumeration Reference