Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

mongoc_cursor_get_batch_size - Man Page

Synopsis

uint32_t
mongoc_cursor_get_batch_size (const mongoc_cursor_t *cursor);

Parameters

Description

Retrieve the cursor's batch size, the maximum number of documents returned per round trip to the server. A batch size of zero means the cursor accepts the server's maximum batch size.

See Cursor Batches in the MongoDB Manual.

Author

MongoDB, Inc

Info

Jul 03, 2024 1.27.4 libmongoc