<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKSyncEngine-5sie5/Event/FetchedRecordZoneChanges",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "s:8CloudKit12CKSyncEngineC5EventO24FetchedRecordZoneChangesV"
  },
  "title" : "CKSyncEngine.Event.FetchedRecordZoneChanges"
}
-->

# CKSyncEngine.Event.FetchedRecordZoneChanges

A type that provides information about fetched record zone changes.

```
struct FetchedRecordZoneChanges
```

## 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

[`let deletions: [CKDatabase.RecordZoneChange.Deletion]`](/documentation/CloudKit/CKSyncEngine-5sie5/Event/FetchedRecordZoneChanges/deletions)

The fetched record zone deletions.

[`let modifications: [CKDatabase.RecordZoneChange.Modification]`](/documentation/CloudKit/CKSyncEngine-5sie5/Event/FetchedRecordZoneChanges/modifications)

The fetched record modifications.

### Debugging the event

[`var description: String`](/documentation/CloudKit/CKSyncEngine-5sie5/Event/FetchedRecordZoneChanges/description)

The textual description of the event that’s suitable for logging.

### Default Implementations

[CustomStringConvertible Implementations](/documentation/CloudKit/CKSyncEngine-5sie5/Event/FetchedRecordZoneChanges/CustomStringConvertible-Implementations)

## Relationships

### Conforms To

[`Copyable`](/documentation/Swift/Copyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Sendable`](/documentation/Swift/Sendable)

[`Escapable`](/documentation/Swift/Escapable)

---

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)