1MONGOC_CURSOR_GET_ID(3)            libmongoc           MONGOC_CURSOR_GET_ID(3)
2
3
4

SYNOPSIS

6          int64_t
7          mongoc_cursor_get_id (const mongoc_cursor_t *cursor);
8

PARAMETERS

10cursor: A mongoc_cursor_t.
11

DESCRIPTION

13       Retrieves the cursor id used by the server to track the cursor.
14
15       This  number  is zero until the driver actually uses a server when exe‐
16       cuting the query, and after it has fetched all results from the server.
17

AUTHOR

19       MongoDB, Inc
20
22       2017-present, MongoDB, Inc
23
24
25
26
271.25.1                           Nov 08, 2023          MONGOC_CURSOR_GET_ID(3)
Impressum