-
Indicates that a newly instantiated
Archive
should create its backing file.Declaration
Swift
case create
-
Indicates that a newly instantiated
Archive
should read from an existing backing file.Declaration
Swift
case read
-
Indicates that a newly instantiated
Archive
should update an existing backing file.Declaration
Swift
case update