Contents

zoneIDs

The scope of zone IDs in which to send changes.

Declaration

@property (copy, readonly) NSSet<CKRecordZoneID *> * zoneIDs;

Discussion

If you only want to send changes for a particular set of zones, you can initialize your scope with those zone IDs. When creating the next batch of changes to send to the server, consult this, and only send changes within these zones. If this and recordIDs are nil, then you should send all changes.