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.
https://github.com/ParsePlatform/Parse-SDK-Android/blob/master/Parse/src/main/java/com/parse/ParseRESTQueryCommand.java#L65-L71
https://github.com/ParsePlatform/Parse-SDK-Android/blob/master/Parse/src/main/java/com/parse/ParseQuery.java#L1318
While encoding parameters to generate a http request for count, setLimit(0) is ignored. As a result, it fetches every object (at most 100 objects).
count
setLimit(0)