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

  
 
  

home | help
MONGOC_BULK_OP...CLIENT_SESSION(3)  libmongoc MONGOC_BULK_OP...CLIENT_SESSION(3)

SYNOPSIS
	void
	mongoc_bulk_operation_set_client_session (
	  mongoc_bulk_operation_t *bulk,
	  mongoc_client_session_t *client_session);

     Sets an explicit client session to use for the bulk operation.

     It is an error to use a session for unacknowledged writes.

PARAMETERS
     * bulk: A mongoc_bulk_operation_t.

     * client_session:	A mongoc_client_session_t. Must be derived from the same
       mongoc_client_t as bulk.

     SEE ALSO:
	mongoc_client_start_session()

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026MONGOC_BULK_OP...CLIENT_SESSION(3)

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

home | help