---
title: CKSyncEngine.FetchChangesContext
framework: cloudkit
role: symbol
role_heading: Structure
path: cloudkit/cksyncengine-5sie5/fetchchangescontext
---

# CKSyncEngine.FetchChangesContext

The context of an attempt to fetch changes from the server.

## Declaration

```swift
struct FetchChangesContext
```

## Overview

Overview The sync engine might attempt to fetch changes from the server for many reasons. For example, if you call fetchChanges(_:), it tries to fetch changes immediately. Or if it receives a push notification, it schedules an automatic sync and fetch changes when the scheduler task runs.

## Topics

### Instance Properties

- [options](cloudkit/cksyncengine-5sie5/fetchchangescontext/options.md)
- [reason](cloudkit/cksyncengine-5sie5/fetchchangescontext/reason.md)

## Relationships

### Conforms To

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