Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_CLIENT_SESSION_GET_DIRTY(3)  libmongoc MONGOC_CLIENT_SESSION_GET_DIRTY(3)

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.

1.30.8				  Aug 27, 2026MONGOC_CLIENT_SESSION_GET_DIRTY(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_client_session_get_dirty&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help