CKOperation.Configuration
An object that describes how a CloudKit operation behaves.
Declaration
class ConfigurationOverview
All of the properties in CKOperationConfiguration have a default value. When determining which properties to apply to a CloudKit operation, consult the operation’s configuration property, as well as the defaultConfiguration property of the group that the operation belongs to. These properties combine through the following rules:
Group default configuration value | Operation configuration value | Value applied to operation |
|---|---|---|
default value | default value | default value |
default value | explicit value | operation.configuration explicit value |
explicit value | default value | group.defaultConfiguration explicit value |
explicit value | explicit value | operation.configuration explicit value |