CKQueryOperationMaximumResults

Static CKQueryOperationMaximumResults 

Source
pub unsafe static CKQueryOperationMaximumResults: NSUInteger
Available 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