1MONGOC_CLIENT_SESSION_GET_OPERATION_lMTiOIbNMmGEoO(nC3g_)oCcLIENT_SESSION_GET_OPERATION_TIME(3)
2
3
4
6 mongoc_client_session_get_operation_time - mongoc_client_ses‐
7 sion_get_operation_time()
8
10 void
11 mongoc_client_session_get_operation_time (const mongoc_client_session_t *session,
12 uint32_t *timestamp,
13 uint32_t *increment);
14
15 Get the session's operationTime, expressed as a BSON Timestamp with
16 timestamp and increment components. If the session has not been used
17 for any operations, the timestamp and increment are 0.
18
20 • session: A mongoc_client_session_t.
21
22 • timestamp: A pointer to a uint32_t to receive the timestamp compo‐
23 nent.
24
25 • increment: A pointer to a uint32_t to receive the increment compo‐
26 nent.
27
29 MongoDB, Inc
30
32 2017-present, MongoDB, Inc
33
34
35
36
371.21.1 MarMO0N2G,OC2_0C2L2IENT_SESSION_GET_OPERATION_TIME(3)