We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2294ef2 commit cf7351fCopy full SHA for cf7351f
src/query.js
@@ -291,8 +291,10 @@ module.exports = function(AV) {
291
* scan a Query. masterKey required.
292
*
293
* @since 2.1.0
294
- * @param {String} orderedBy
295
- * @param {Number} batchSize
+ * @param {object} [options]
+ * @param {string} [options.orderedBy] specify the key to sort
296
+ * @param {number} [options.batchSize] specify the batch size for each request
297
+ * @param {AuthOptions} [authOptions]
298
* @return {AsyncIterator.<AV.Object>}
299
* @example const scan = new AV.Query(TestClass).scan({
300
* orderedBy: 'objectId',
0 commit comments