|
SYNOPSISbool 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
DESCRIPTIONThis function is intended for use by drivers that wrap libmongoc. It is not useful in client applications. RETURNSA boolean indicating whether the session has been marked "dirty". AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|