logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

const mongoc_transaction_opt_t *

Author

       MongoDB, Inc

Parameters

opts: A mongoc_session_opt_t.

Returns

       A mongoc_transaction_opt_t that is valid only for the lifetime of opts.

Synopsis

          const mongoc_transaction_opt_t *
          mongoc_session_opts_get_default_transaction_opts (const mongoc_session_opt_t *opts);

       The      default      options     for     transactions     started     with     this     session.     See
       mongoc_session_opts_set_default_transaction_opts().

See Also