---
title: moreComing
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckfetchrecordchangesoperation/morecoming
---

# moreComing

A Boolean value that indicates whether more results are available.

## Declaration

```swift
var moreComing: Bool { get }
```

## Discussion

Discussion If the server is unable to deliver all of the changed results with this operation object, it sets this property to true before executing the block in the fetchRecordChangesCompletionBlock property. To fetch the remaining changes, create a new CKFetchRecordChangesOperation object using the change token that the server returns.

## See Also

### Configuring the Fetch Record Changes Operation

- [recordZoneID](cloudkit/ckfetchrecordchangesoperation/recordzoneid.md)
- [previousServerChangeToken](cloudkit/ckfetchrecordchangesoperation/previousserverchangetoken.md)
- [desiredKeys](cloudkit/ckfetchrecordchangesoperation/desiredkeys.md)
- [resultsLimit](cloudkit/ckfetchrecordchangesoperation/resultslimit.md)
