mongoc_client_session_get_dirty - Man Page
Synopsis
bool mongoc_client_session_get_dirty (const mongoc_client_session_t *session);
Indicates whether session has been marked "dirty" as defined in the driver sessions specification.
Parameters
- session: A const mongoc_client_session_t.
Description
This function is intended for use by drivers that wrap libmongoc. It is not useful in client applications.
Returns
A boolean indicating whether the session has been marked "dirty".
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Nov 07, 2024 1.29.0 libmongoc