mirror of https://gitee.com/bigwinds/arangodb
466 B
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
////////////////////////////////////////////////////////////////////////////////