resultsLimit
The maximum number of results that the operation fetches.
Declaration
var resultsLimit: Int { get set }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.