pub unsafe static CKQueryOperationMaximumResults: NSUIntegerAvailable on crate feature
CKQueryOperation only.Expand description
Query operations have a dynamically defined maximum number of results. If the results of a query exceed this max, your completion block will invoked with a cursor. Issue a new query with that cursor to fetch the next batch of results.
See also Appleās documentation