mongoc_cursor_get_batch_size
mongoc_cursor_get_batch_size()
- Provided by: libmongoc-doc (Version: 1.21.0-1build1)
- Source: mongo-c-driver
- Report a bug
mongoc_cursor_get_batch_size()
uint32_t mongoc_cursor_get_batch_size (const mongoc_cursor_t *cursor);
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.
MongoDB, Inc
2017-present, MongoDB, Inc