CKQueryOperation resultLimit max 和请求计数
CKQueryOperation resultLimit max and request count
resultLimit
的最大值是多少?我来自 parse.com,所以我习惯于使用批量下载,当这算作一个请求调用时,可以轻松地一次提取 1000 行数据。
CKQueryOperation
有什么限制?
提前致谢!
在 Apple documentation 中,您可以使用 CKQueryOperationMaximumResults
,但文档确实指出:
The actual maximum value is determined dynamically by the server based on various conditions.
还有:
This constant is the default value assigned to the resultsLimit
property.
希望对您有所帮助!
resultLimit
的最大值是多少?我来自 parse.com,所以我习惯于使用批量下载,当这算作一个请求调用时,可以轻松地一次提取 1000 行数据。
CKQueryOperation
有什么限制?
提前致谢!
在 Apple documentation 中,您可以使用 CKQueryOperationMaximumResults
,但文档确实指出:
The actual maximum value is determined dynamically by the server based on various conditions.
还有:
This constant is the default value assigned to the
resultsLimit
property.
希望对您有所帮助!