Contents

init(recordsToSave:recordIDsToDelete:atomicByZone:)

Creates a batch of records to modify.

Declaration

init(recordsToSave: [CKRecord] = [], recordIDsToDelete: [CKRecord.ID] = [], atomicByZone: Bool = false)

Parameters

  • recordsToSave:

    The records to save.

  • recordIDsToDelete:

    The identifiers of the records to delete.

  • atomicByZone:

    A Boolean value that determines whether CloudKit modifies the specified records atomically by record zone.

Discussion

See Also

Creating a batch