CloudKitSynchronizer.SynchronizeMode
CloudKitSynchronizer
can be configured to only download changes, never uploading local changes to CloudKit.
@objc public enum SynchronizeMode: Int
#
InheritanceInt
#
Enumeration Casessync
#
Download and upload all changes
case sync
downloadOnly
#
Only download changes
case downloadOnly