DBTEAMPOLICIESSmartSyncPolicyTag
Objective-C
enum DBTEAMPOLICIESSmartSyncPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESSmartSyncPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESSmartSyncPolicyTag
enum type represents the possible tag
states with which the DBTEAMPOLICIESSmartSyncPolicy
union can exist.
-
The specified content will be synced as local files by default.
Declaration
Objective-C
DBTEAMPOLICIESSmartSyncPolicyLocal
Swift
case local = 0
-
The specified content will be synced as on-demand files by default.
Declaration
Objective-C
DBTEAMPOLICIESSmartSyncPolicyOnDemand
Swift
case onDemand = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESSmartSyncPolicyOther
Swift
case other = 2