What would be the max figure for resultLimit
? I'm coming from parse.com so i'm used to using batch downloads that would comfortably pull 1000 rows of data at once when this would count as one request call.
What kind of limitations are there in terms of CKQueryOperation
?
Thanks in advance!
From the Apple documentation, you can use CKQueryOperationMaximumResults
, however the docs do state:
The actual maximum value is determined dynamically by the server based on various conditions.
And also:
This constant is the default value assigned to the
resultsLimit
property.
Hope this helps!