---
title: resultsLimit
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckfetchdatabasechangesoperation/resultslimit
---

# resultsLimit

The maximum number of results that the operation fetches.

## Declaration

```swift
var resultsLimit: Int { get set }
```

## Discussion

Discussion Use this property to limit the number of changes this operation returns. When the operation reaches the limit, it updates the change token and returns it to indicate that more results are available.

## See Also

### Configuring the Operation

- [fetchAllChanges](cloudkit/ckfetchdatabasechangesoperation/fetchallchanges.md)
- [previousServerChangeToken](cloudkit/ckfetchdatabasechangesoperation/previousserverchangetoken.md)
