---
title: prioritizedZoneIDs
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/cksyncengine-5sie5/fetchchangesoptions/prioritizedzoneids
---

# prioritizedZoneIDs

A list of zones that should be prioritized over others while fetching changes.

## Declaration

```swift
var prioritizedZoneIDs: [CKRecordZone.ID]
```

## Discussion

Discussion CKSyncEngine will fetch changes for the zones in this list first before any other zones. You might use this to prioritize a specific set of zones for initial sync. You could also prioritize the object currently showing in the UI by putting it first in this list. Any zones not included in this list will be prioritized in a default manner. If a zone in this list has no changes to fetch, then that zone will be ignored.
