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

SYNOPSIS

6          uint32_t
7          mongoc_cursor_get_batch_size (const mongoc_cursor_t *cursor);
8

PARAMETERS

10cursor: A mongoc_cursor_t.
11

DESCRIPTION

13       Retrieve  the  cursor's batch size, the maximum number of documents re‐
14       turned per round trip to the server. A batch size  of  zero  means  the
15       cursor accepts the server's maximum batch size.
16
17       See Cursor Batches in the MongoDB Manual.
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023  MONGOC_CURSOR_GET_BATCH_SIZE(3)
Impressum