<!--
{
  "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/PendingRecordZoneChange",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "s:8CloudKit12CKSyncEngineC23PendingRecordZoneChangeO"
  },
  "title" : "CKSyncEngine.PendingRecordZoneChange"
}
-->

# CKSyncEngine.PendingRecordZoneChange

Describes an unsent record modification.

```
enum PendingRecordZoneChange
```

## Topics

### Record change types

[`enum CKSyncEnginePendingRecordZoneChangeType`](/documentation/CloudKit/CKSyncEnginePendingRecordZoneChangeType)

A type of change in a record zone that needs to be sent to the server.

### Identifying and comparing changes

### Debugging the change

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

A textual description of the change that’s suitable for logging.

### Enumeration Cases

[`case deleteRecord(CKRecord.ID)`](/documentation/CloudKit/CKSyncEngine-5sie5/PendingRecordZoneChange/deleteRecord(_:))

A pending deletion of a record from the server.

[`case saveRecord(CKRecord.ID)`](/documentation/CloudKit/CKSyncEngine-5sie5/PendingRecordZoneChange/saveRecord(_:))

A pending save of a record to the server.

### Default Implementations

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

## Relationships

### Conforms To

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

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

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

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

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

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

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

---

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)