This is an outdated version of the documentation. See the current version of this page.
  • MongoDB C Driver 1.10.3 »
  • API Reference »
  • mongoc_session_opt_t

mongoc_session_opts_destroy()¶

Synopsis¶

void
mongoc_session_opts_destroy (mongoc_session_opt_t *opts);

Free a mongoc_session_opt_t.

See the example code for mongoc_session_opts_set_causal_consistency().

See Also:¶

mongoc_client_session_advance_cluster_time

mongoc_client_session_advance_operation_time

mongoc_client_session_destroy

mongoc_client_session_get_client

mongoc_client_session_get_cluster_time

mongoc_client_session_get_lsid

mongoc_client_session_get_operation_time

mongoc_client_session_get_opts

mongoc_client_session_t

mongoc_client_start_session

mongoc_session_opts_clone

mongoc_session_opts_get_causal_consistency

mongoc_session_opts_new

mongoc_session_opts_set_causal_consistency

« Previous: mongoc_session_opts_clone() Next: mongoc_socket_t »

MongoDB C Driver 1.10.3

  • Installing the MongoDB C Driver (libmongoc) and BSON library (libbson)
  • Tutorial
  • Authentication
  • Basic Troubleshooting
  • Guides
  • API Reference
    • Initialization and cleanup
    • Logging
    • Error Reporting
    • Object Lifecycle
    • mongoc_bulk_operation_t
    • mongoc_change_stream_t
    • mongoc_client_pool_t
    • mongoc_client_session_t
    • mongoc_client_t
    • mongoc_collection_t
    • mongoc_cursor_t
    • mongoc_database_t
    • mongoc_delete_flags_t
    • mongoc_find_and_modify_opts_t
    • mongoc_gridfs_file_list_t
    • mongoc_gridfs_file_opt_t
    • mongoc_gridfs_file_t
    • mongoc_gridfs_t
    • mongoc_host_list_t
    • mongoc_index_opt_geo_t
    • mongoc_index_opt_t
    • mongoc_index_opt_wt_t
    • mongoc_insert_flags_t
    • mongoc_iovec_t
    • mongoc_matcher_t
    • mongoc_query_flags_t
    • mongoc_rand
    • mongoc_read_concern_t
    • mongoc_read_mode_t
    • mongoc_read_prefs_t
    • mongoc_remove_flags_t
    • mongoc_reply_flags_t
    • mongoc_server_description_t
    • mongoc_session_opt_t
    • mongoc_socket_t
    • mongoc_ssl_opt_t
    • mongoc_stream_buffered_t
    • mongoc_stream_file_t
    • mongoc_stream_socket_t
    • mongoc_stream_t
    • mongoc_stream_tls_t
    • mongoc_topology_description_t
    • mongoc_update_flags_t
    • mongoc_uri_t
    • Version Checks
    • mongoc_write_concern_t
  • Application Performance Monitoring (APM)
  • Index
Created using Sphinx 1.6.7, based on Sphinx Readable Theme.