1
0
Fork 0
arangodb/Documentation/DocuBlocks/cursorSetBatchSize.md

466 B

//////////////////////////////////////////////////////////////////////////////// /// @startDocuBlock cursorSetBatchSize /// @brief sets the batch size for any following requests /// cursor.setBatchSize(number) /// /// Sets the batch size for queries. The batch size determines how many results /// are at most transferred from the server to the client in one chunk. /// @endDocuBlock ////////////////////////////////////////////////////////////////////////////////