AccessMode
public enum AccessMode : UInt
The access mode for an Archive.
-
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
AccessMode Enumeration Reference