<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "CloudKitJS",
  "identifier" : "/documentation/CloudKitJS/CloudKit.RecordZoneChangesOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "CloudKit JS"
    ],
    "preciseIdentifier" : "struct/CloudKit.RecordZoneChangesOptions"
  },
  "title" : "CloudKit.RecordZoneChangesOptions"
}
-->

# CloudKit.RecordZoneChangesOptions

Options about fetching changes in a record zone.

```
dictionary CloudKit.RecordZoneChangesOptions {
	CloudKit.ZoneID zoneID;
	String[] desiredKeys;
	String[] desiredRecordTypes;
	String syncToken;
};
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)