---
title: optionsByRecordZoneID
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckfetchrecordzonechangesoperation/optionsbyrecordzoneid
---

# optionsByRecordZoneID

Configuration options for each record zone that the operation retrieves.

## Declaration

```swift
var optionsByRecordZoneID: [CKRecordZone.ID : CKFetchRecordZoneChangesOperation.ZoneOptions]? { get set }
```

## Discussion

Discussion You can associate each record zone ID with options that define what CloudKit fetches for that record zone.  See CKFetchRecordZoneChangesOperation.ZoneOptions for more information.
