<!--
{
  "availability" : [
    "iOS: 8.0.0 - 10.0.0",
    "iPadOS: 8.0.0 - 10.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.10.0 - 10.12.0",
    "tvOS: 9.0.0 - 10.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.0.0 - 3.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKFetchRecordChangesOperation/moreComing",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CKFetchRecordChangesOperation(py)moreComing"
  },
  "title" : "moreComing"
}
-->

# moreComing

A Boolean value that indicates whether more results are available.

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

## Discussion

If the server is unable to deliver all of the changed results with this operation object, it sets this property to <doc://com.apple.documentation/documentation/Swift/true> before executing the block in the [`fetchRecordChangesCompletionBlock`](/documentation/CloudKit/CKFetchRecordChangesOperation/fetchRecordChangesCompletionBlock) property. To fetch the remaining changes, create a new [`CKFetchRecordChangesOperation`](/documentation/CloudKit/CKFetchRecordChangesOperation) object using the change token that the server returns.

---

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)