1MONGOC_CURSOR_GET_BATCH_SIZE(3)    libmongoc   MONGOC_CURSOR_GET_BATCH_SIZE(3)
2
3
4

NAME

6       mongoc_cursor_get_batch_size - mongoc_cursor_get_batch_size()
7

SYNOPSIS

9          uint32_t
10          mongoc_cursor_get_batch_size (const mongoc_cursor_t *cursor);
11

PARAMETERS

13cursor: A mongoc_cursor_t.
14

DESCRIPTION

16       Retrieve  the  cursor's batch size, the maximum number of documents re‐
17       turned 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

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.21.1                           Mar 02, 2022  MONGOC_CURSOR_GET_BATCH_SIZE(3)
Impressum