1MONGOC_CURSOR_GET_ID(3) MongoDB C Driver MONGOC_CURSOR_GET_ID(3)
2
3
4
6 mongoc_cursor_get_id - mongoc_cursor_get_id()
7
9 int64_t
10 mongoc_cursor_get_id (const mongoc_cursor_t *cursor);
11
13 · cursor: A mongoc_cursor_t.
14
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
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.13.1 Jan 24, 2019 MONGOC_CURSOR_GET_ID(3)