Provided by: libmongoc-doc_1.9.2+dfsg-1build1_all bug

NAME

       mongoc_bulk_operation_set_client_session - mongoc_bulk_operation_set_client_session()

SYNOPSIS

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

PARAMETERS

bulk: A mongoc_bulk_operation_t.

       • client_session: A mongoc_client_session_t.

DESCRIPTION

       Specifies  a  client session to use for the operation. This function has an effect only if
       called before mongoc_bulk_operation_execute.

       If a mongoc_client_t has already been assigned with mongoc_bulk_operation_set_client,  the
       client_session parameter must be associated with the same mongoc_client_t.

       Use  mongoc_bulk_operation_set_client_session  only  for  building  a language driver that
       wraps the C Driver. When writing applications in C, a client session should  be  specified
       via mongoc_collection_create_bulk_operation_with_opts.

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2018, MongoDB, Inc

1.9.3-dev                                  Feb 05, 201MONGOC_BULK_OPERATION_SET_CLIENT_SESSION(3)