1MONGOC_CURSOR_GET_BATCH_SIZE(3)MongoDB C DriverMONGOC_CURSOR_GET_BATCH_SIZE(3)
2
3
4
6 mongoc_cursor_get_batch_size - mongoc_cursor_get_batch_size()
7
9 uint32_t
10 mongoc_cursor_get_batch_size (const mongoc_cursor_t *cursor);
11
13 ยท cursor: A mongoc_cursor_t.
14
16 Retrieve the cursor's batch size, the maximum number of documents
17 returned per round trip to the server. A batch size of zero means the
18 cursor accepts the server's maximum batch size.
19
20 See Cursor Batches in the MongoDB Manual.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.13.1 Jan 24, 2019 MONGOC_CURSOR_GET_BATCH_SIZE(3)