---
title: CKSyncEngine.Event.FetchedRecordZoneChanges
framework: cloudkit
role: symbol
role_heading: Structure
path: cloudkit/cksyncengine-5sie5/event/fetchedrecordzonechanges
---

# CKSyncEngine.Event.FetchedRecordZoneChanges

A type that provides information about fetched record zone changes.

## Declaration

```swift
struct FetchedRecordZoneChanges
```

## Overview

Overview note: Although CloudKit doesn’t guarantee the order of fetched record zone changes, the typical order for both deletions and modifications is oldest to newest.

## Topics

### Accessing changes

- [deletions](cloudkit/cksyncengine-5sie5/event/fetchedrecordzonechanges/deletions.md)
- [modifications](cloudkit/cksyncengine-5sie5/event/fetchedrecordzonechanges/modifications.md)

### Debugging the event

- [description](cloudkit/cksyncengine-5sie5/event/fetchedrecordzonechanges/description.md)

### Default Implementations

- [CustomStringConvertible Implementations](cloudkit/cksyncengine-5sie5/event/fetchedrecordzonechanges/customstringconvertible-implementations.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Remote record zone changes

- [CKSyncEngine.Event.willFetchRecordZoneChanges(_:)](cloudkit/cksyncengine-5sie5/event/willfetchrecordzonechanges(_:).md)
- [CKSyncEngine.Event.WillFetchRecordZoneChanges](cloudkit/cksyncengine-5sie5/event/willfetchrecordzonechanges.md)
- [CKSyncEngine.Event.fetchedRecordZoneChanges(_:)](cloudkit/cksyncengine-5sie5/event/fetchedrecordzonechanges(_:).md)
- [CKSyncEngine.Event.didFetchRecordZoneChanges(_:)](cloudkit/cksyncengine-5sie5/event/didfetchrecordzonechanges(_:).md)
- [CKSyncEngine.Event.DidFetchRecordZoneChanges](cloudkit/cksyncengine-5sie5/event/didfetchrecordzonechanges.md)
