Contents

CKModifyRecordZonesOperation

An operation that modifies one or more record zones.

Declaration

class CKModifyRecordZonesOperation

Mentioned in

Overview

After you create one or more record zones, use this operation to save those zones to the database. You can also use the operation to delete record zones and their records.

If you assign a handler to the completionBlock property of the operation, CloudKit calls the handler after the operation executes and returns its results. Use the handler to perform housekeeping tasks for the operation, but don’t use it to process the results of the operation. The handler you provide should manage any failures of the operation, whether due to an error or an explicit cancellation.

Topics

Creating a Modify Zones Operation

Configuring the Modify Zones Operation

Processing the Modify Zones Results

Instance Properties

See Also

Transactions