-
Indicates that a newly instantiated
Archiveshould create its backing file.Declaration
Swift
case create -
Indicates that a newly instantiated
Archiveshould read from an existing backing file.Declaration
Swift
case read -
Indicates that a newly instantiated
Archiveshould update an existing backing file.Declaration
Swift
case update
View on GitHub
AccessMode Enumeration Reference