1MONGOC_CLIENT_SESSION_GET_DIRTY(3) libmongocMONGOC_CLIENT_SESSION_GET_DIRTY(3)
2
3
4
6 mongoc_client_session_get_dirty - mongoc_client_session_get_dirty()
7
9 bool
10 mongoc_client_session_get_dirty (const mongoc_client_session_t *session);
11
12 Indicates whether session has been marked "dirty" as defined in the
13 driver sessions specification.
14
16 • session: A const mongoc_client_session_t.
17
19 This function is intended for use by drivers that wrap libmongoc. It is
20 not useful in client applications.
21
23 A boolean indicating whether the session has been marked "dirty".
24
26 MongoDB, Inc
27
29 2017-present, MongoDB, Inc
30
31
32
33
341.23.1 Oct 20, 2022MONGOC_CLIENT_SESSION_GET_DIRTY(3)