DownloadDeletionResolution
public enum DownloadDeletionResolution
In the following the term content
refers to either appMetaData or file data contents.
Download deletions can conflict with file uploads and/or appMetaData uploads. A server download deletion and a client file upload deletion don’t conflict (it’s just two people trying to delete at about the same time, which is fine).
-
Declaration
Swift
public enum ContentUploadResolution
-
Deletes the existing content upload.
Declaration
Swift
case acceptDownloadDeletion
-
For a file with a non-nil fileGroupUUID, this will also reject all pending download deletions for files with the same fileGroupUUID.
Declaration
Swift
case rejectDownloadDeletion(ContentUploadResolution)