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

NAME

6       mongoc_client_session_get_dirty - mongoc_client_session_get_dirty()
7

SYNOPSIS

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

PARAMETERS

16session: A const mongoc_client_session_t.
17

DESCRIPTION

19       This function is intended for use by drivers that wrap libmongoc. It is
20       not useful in client applications.
21

RETURNS

23       A boolean indicating whether the session has been marked "dirty".
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.21.1                           Mar 02, 2022MONGOC_CLIENT_SESSION_GET_DIRTY(3)
Impressum