atomicByZone
A Boolean value that determines whether CloudKit modifies records atomically by record zone.
Declaration
var atomicByZone: BoolDiscussion
When true, CloudKit processes record changes atomically by record zone, and if any individual change fails, all other changes in that record’s record zone fail and return an error of type CKError.Code.batchRequestFailed.
The default value is false.