Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最大数字是resultLimit多少?我来自 parse.com,所以我习惯于使用批量下载来轻松地一次提取 1000 行数据,而这将算作一次请求调用。有什么样的限制CKQueryOperation?提前致谢!
resultLimit
CKQueryOperation
从 Apple文档中,您可以使用CKQueryOperationMaximumResults,但是文档确实指出:
CKQueryOperationMaximumResults
实际最大值由服务器根据各种情况动态确定。
并且:
此常量是分配给resultsLimit属性的默认值。
resultsLimit
希望这可以帮助!