1
0
Fork 0

getBatchSize() instead setBatchSize() in Get query options (#6116)

This commit is contained in:
Vinay Pyati 2018-08-08 14:07:04 +02:00 committed by Jan
parent 4727b44fe3
commit 5709034e3d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ var helpArangoStatement = arangosh.createHelpHeadline('ArangoStatement help') +
' > stmt.setCount(<value>) set count flag (return number of' + '\n' +
' results in "count" attribute) ' + '\n' +
'Get query options: ' + '\n' +
' > stmt.setBatchSize() return the max. number of results' + '\n' +
' > stmt.getBatchSize() return the max. number of results' + '\n' +
' to be transferred per roundtrip ' + '\n' +
' > stmt.getCount() return count flag (return number' + '\n' +
' of results in "count" attribute)' + '\n' +