1MONGOC_CLIENT_SESSION_GET_DIRTY(3) libmongocMONGOC_CLIENT_SESSION_GET_DIRTY(3)
2
3
4

SYNOPSIS

6          bool
7          mongoc_client_session_get_dirty (const mongoc_client_session_t *session);
8
9       Indicates  whether  session  has  been marked "dirty" as defined in the
10       driver sessions specification.
11

PARAMETERS

13session: A const mongoc_client_session_t.
14

DESCRIPTION

16       This function is intended for use by drivers that wrap libmongoc. It is
17       not useful in client applications.
18

RETURNS

20       A boolean indicating whether the session has been marked "dirty".
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.25.1                           Nov 08, 2023MONGOC_CLIENT_SESSION_GET_DIRTY(3)
Impressum