mongoc_session_opts_get_default_transaction_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. The returned value is valid only for the lifetime of opts
. See mongoc_session_opts_set_default_transaction_opts().