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

NAME

6       mongoc_cursor_get_id - mongoc_cursor_get_id()
7

SYNOPSIS

9          int64_t
10          mongoc_cursor_get_id (const mongoc_cursor_t *cursor);
11

PARAMETERS

13       · cursor: A mongoc_cursor_t.
14

DESCRIPTION

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

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.16.2                           Feb 25, 2020          MONGOC_CURSOR_GET_ID(3)
Impressum