Contents

recordIDs

The scope of record IDs in which to send changes.

Declaration

@property (copy, readonly) NSSet<CKRecordID *> * recordIDs;

Discussion

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