mirror of https://gitee.com/bigwinds/arangodb
getBatchSize() instead setBatchSize() in Get query options (#6116)
This commit is contained in:
parent
4727b44fe3
commit
5709034e3d
|
@ -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' +
|
||||
|
|
Loading…
Reference in New Issue