Index¶
- MongoDB C Driver
- Installing the MongoDB C Driver
- Tutorial
- Authentication
- Basic Troubleshooting
- Guides
- API Reference
- Initialization and cleanup
- Logging
- Error Reporting
- Object Lifecycle
- Version Checks
- mongoc_bulk_operation_t
- mongoc_bulk_operation_delete()
- mongoc_bulk_operation_delete_one()
- mongoc_bulk_operation_destroy()
- mongoc_bulk_operation_execute()
- mongoc_bulk_operation_get_hint()
- mongoc_bulk_operation_get_write_concern()
- mongoc_bulk_operation_insert()
- mongoc_bulk_operation_insert_with_opts()
- mongoc_bulk_operation_remove()
- mongoc_bulk_operation_remove_many_with_opts()
- mongoc_bulk_operation_remove_one()
- mongoc_bulk_operation_remove_one_with_opts()
- mongoc_bulk_operation_replace_one()
- mongoc_bulk_operation_replace_one_with_opts()
- mongoc_bulk_operation_set_bypass_document_validation()
- mongoc_bulk_operation_set_hint()
- mongoc_bulk_operation_update()
- mongoc_bulk_operation_update_many_with_opts()
- mongoc_bulk_operation_update_one()
- mongoc_bulk_operation_update_one_with_opts()
- mongoc_client_pool_t
- mongoc_client_pool_destroy()
- mongoc_client_pool_max_size()
- mongoc_client_pool_min_size()
- mongoc_client_pool_new()
- mongoc_client_pool_pop()
- mongoc_client_pool_push()
- mongoc_client_pool_set_apm_callbacks()
- mongoc_client_pool_set_appname()
- mongoc_client_pool_set_error_api()
- mongoc_client_pool_set_ssl_opts()
- mongoc_client_pool_try_pop()
- mongoc_client_t
- mongoc_client_command()
- mongoc_client_command_simple()
- mongoc_client_command_simple_with_server_id()
- mongoc_client_destroy()
- mongoc_client_get_collection()
- mongoc_client_get_database()
- mongoc_client_get_database_names()
- mongoc_client_get_default_database()
- mongoc_client_get_gridfs()
- mongoc_client_get_max_bson_size()
- mongoc_client_get_max_message_size()
- mongoc_client_get_read_concern()
- mongoc_client_get_read_prefs()
- mongoc_client_get_server_description()
- mongoc_client_get_server_descriptions()
- mongoc_client_get_server_status()
- mongoc_client_get_uri()
- mongoc_client_get_write_concern()
- mongoc_client_new()
- mongoc_client_new_from_uri()
- mongoc_client_read_command_with_opts()
- mongoc_client_read_write_command_with_opts()
- mongoc_client_select_server()
- mongoc_client_set_apm_callbacks()
- mongoc_client_set_appname()
- mongoc_client_set_error_api()
- mongoc_client_set_read_concern()
- mongoc_client_set_read_prefs()
- mongoc_client_set_ssl_opts()
- mongoc_client_set_stream_initiator()
- mongoc_client_set_write_concern()
- mongoc_client_write_command_with_opts()
- mongoc_collection_t
- mongoc_collection_aggregate()
- mongoc_collection_command()
- mongoc_collection_command_simple()
- mongoc_collection_copy()
- mongoc_collection_count()
- mongoc_collection_count_with_opts()
- mongoc_collection_create_bulk_operation()
- mongoc_collection_create_index()
- mongoc_collection_create_index_with_opts()
- mongoc_collection_delete()
- mongoc_collection_destroy()
- mongoc_collection_drop()
- mongoc_collection_drop_index()
- mongoc_collection_drop_index_with_opts()
- mongoc_collection_drop_with_opts()
- mongoc_collection_ensure_index()
- mongoc_collection_find()
- mongoc_collection_find_and_modify()
- mongoc_collection_find_and_modify_with_opts()
- mongoc_collection_find_indexes()
- mongoc_collection_find_with_opts()
- mongoc_collection_get_last_error()
- mongoc_collection_get_name()
- mongoc_collection_get_read_concern()
- mongoc_collection_get_read_prefs()
- mongoc_collection_get_write_concern()
- mongoc_collection_insert()
- mongoc_collection_insert_bulk()
- mongoc_collection_keys_to_index_string()
- mongoc_collection_read_command_with_opts()
- mongoc_collection_read_write_command_with_opts()
- mongoc_collection_remove()
- mongoc_collection_rename()
- mongoc_collection_rename_with_opts()
- mongoc_collection_save()
- mongoc_collection_set_read_concern()
- mongoc_collection_set_read_prefs()
- mongoc_collection_set_write_concern()
- mongoc_collection_stats()
- mongoc_collection_update()
- mongoc_collection_validate()
- mongoc_collection_write_command_with_opts()
- mongoc_cursor_t
- mongoc_cursor_clone()
- mongoc_cursor_current()
- mongoc_cursor_destroy()
- mongoc_cursor_error()
- mongoc_cursor_error_document()
- mongoc_cursor_get_batch_size()
- mongoc_cursor_get_hint()
- mongoc_cursor_get_host()
- mongoc_cursor_get_id()
- mongoc_cursor_get_limit()
- mongoc_cursor_get_max_await_time_ms()
- mongoc_cursor_is_alive()
- mongoc_cursor_more()
- mongoc_cursor_new_from_command_reply()
- mongoc_cursor_next()
- mongoc_cursor_set_batch_size()
- mongoc_cursor_set_hint()
- mongoc_cursor_set_limit()
- mongoc_cursor_set_max_await_time_ms()
- mongoc_database_t
- mongoc_database_add_user()
- mongoc_database_command()
- mongoc_database_command_simple()
- mongoc_database_copy()
- mongoc_database_create_collection()
- mongoc_database_destroy()
- mongoc_database_drop()
- mongoc_database_drop_with_opts()
- mongoc_database_find_collections()
- mongoc_database_get_collection()
- mongoc_database_get_collection_names()
- mongoc_database_get_name()
- mongoc_database_get_read_concern()
- mongoc_database_get_read_prefs()
- mongoc_database_get_write_concern()
- mongoc_database_has_collection()
- mongoc_database_read_command_with_opts()
- mongoc_database_read_write_command_with_opts()
- mongoc_database_remove_all_users()
- mongoc_database_remove_user()
- mongoc_database_set_read_concern()
- mongoc_database_set_read_prefs()
- mongoc_database_set_write_concern()
- mongoc_database_write_command_with_opts()
- mongoc_delete_flags_t
- mongoc_find_and_modify_opts_t
- mongoc_find_and_modify_opts_append()
- mongoc_find_and_modify_opts_destroy()
- mongoc_find_and_modify_opts_get_bypass_document_validation()
- mongoc_find_and_modify_opts_get_fields()
- mongoc_find_and_modify_opts_get_flags()
- mongoc_find_and_modify_opts_get_max_time_ms()
- mongoc_find_and_modify_opts_get_sort()
- mongoc_find_and_modify_opts_get_update()
- mongoc_find_and_modify_opts_new()
- mongoc_find_and_modify_opts_set_bypass_document_validation()
- mongoc_find_and_modify_opts_set_fields()
- mongoc_find_and_modify_opts_set_flags()
- mongoc_find_and_modify_opts_set_max_time_ms()
- mongoc_find_and_modify_opts_set_sort()
- mongoc_find_and_modify_opts_set_update()
- mongoc_gridfs_file_list_t
- mongoc_gridfs_file_opt_t
- mongoc_gridfs_file_t
- mongoc_gridfs_file_destroy()
- mongoc_gridfs_file_error()
- mongoc_gridfs_file_get_aliases()
- mongoc_gridfs_file_get_chunk_size()
- mongoc_gridfs_file_get_content_type()
- mongoc_gridfs_file_get_filename()
- mongoc_gridfs_file_get_id()
- mongoc_gridfs_file_get_length()
- mongoc_gridfs_file_get_md5()
- mongoc_gridfs_file_get_metadata()
- mongoc_gridfs_file_get_upload_date()
- mongoc_gridfs_file_readv()
- mongoc_gridfs_file_remove()
- mongoc_gridfs_file_save()
- mongoc_gridfs_file_seek()
- mongoc_gridfs_file_set_aliases()
- mongoc_gridfs_file_set_content_type()
- mongoc_gridfs_file_set_filename()
- mongoc_gridfs_file_set_id()
- mongoc_gridfs_file_set_md5()
- mongoc_gridfs_file_set_metadata()
- mongoc_gridfs_file_tell()
- mongoc_gridfs_file_writev()
- mongoc_gridfs_t
- mongoc_gridfs_create_file()
- mongoc_gridfs_create_file_from_stream()
- mongoc_gridfs_destroy()
- mongoc_gridfs_drop()
- mongoc_gridfs_find()
- mongoc_gridfs_find_one()
- mongoc_gridfs_find_one_by_filename()
- mongoc_gridfs_find_one_with_opts()
- mongoc_gridfs_find_with_opts()
- mongoc_gridfs_get_chunks()
- mongoc_gridfs_get_files()
- mongoc_gridfs_remove_by_filename()
- 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_read_prefs_add_tag()
- mongoc_read_prefs_copy()
- mongoc_read_prefs_destroy()
- mongoc_read_prefs_get_max_staleness_seconds()
- mongoc_read_prefs_get_mode()
- mongoc_read_prefs_get_tags()
- mongoc_read_prefs_is_valid()
- mongoc_read_prefs_new()
- mongoc_read_prefs_set_max_staleness_seconds()
- mongoc_read_prefs_set_mode()
- mongoc_read_prefs_set_tags()
- mongoc_remove_flags_t
- mongoc_reply_flags_t
- mongoc_server_description_t
- mongoc_socket_t
- mongoc_socket_accept()
- mongoc_socket_bind()
- mongoc_socket_close()
- mongoc_socket_connect()
- mongoc_socket_destroy()
- mongoc_socket_errno()
- mongoc_socket_getnameinfo()
- mongoc_socket_getsockname()
- mongoc_socket_listen()
- mongoc_socket_new()
- mongoc_socket_recv()
- mongoc_socket_send()
- mongoc_socket_sendv()
- mongoc_socket_setsockopt()
- mongoc_ssl_opt_t
- mongoc_stream_buffered_t
- mongoc_stream_file_t
- mongoc_stream_gridfs_t
- mongoc_stream_socket_t
- mongoc_stream_t
- mongoc_stream_buffered_new()
- mongoc_stream_close()
- mongoc_stream_cork()
- mongoc_stream_destroy()
- mongoc_stream_flush()
- mongoc_stream_get_base_stream()
- mongoc_stream_read()
- mongoc_stream_readv()
- mongoc_stream_setsockopt()
- mongoc_stream_timed_out()
- mongoc_stream_uncork()
- mongoc_stream_write()
- mongoc_stream_writev()
- mongoc_stream_tls_t
- mongoc_topology_description_t
- mongoc_update_flags_t
- mongoc_uri_t
- mongoc_uri_copy()
- mongoc_uri_destroy()
- mongoc_uri_get_auth_mechanism()
- mongoc_uri_get_auth_source()
- mongoc_uri_get_compressors()
- mongoc_uri_get_database()
- mongoc_uri_get_hosts()
- mongoc_uri_get_mechanism_properties()
- mongoc_uri_get_option_as_bool()
- mongoc_uri_get_option_as_int32()
- mongoc_uri_get_option_as_utf8()
- mongoc_uri_get_options()
- mongoc_uri_get_password()
- mongoc_uri_get_read_concern()
- mongoc_uri_get_read_prefs()
- mongoc_uri_get_read_prefs_t()
- mongoc_uri_get_replica_set()
- mongoc_uri_get_ssl()
- mongoc_uri_get_string()
- mongoc_uri_get_username()
- mongoc_uri_get_write_concern()
- mongoc_uri_new()
- mongoc_uri_new_for_host_port()
- mongoc_uri_new_with_error()
- mongoc_uri_option_is_bool()
- mongoc_uri_option_is_int32()
- mongoc_uri_option_is_utf8()
- mongoc_uri_set_auth_mechanism()
- mongoc_uri_set_auth_source()
- mongoc_uri_set_compressors()
- mongoc_uri_set_database()
- mongoc_uri_set_mechanism_properties()
- mongoc_uri_set_option_as_bool()
- mongoc_uri_set_option_as_int32()
- mongoc_uri_set_option_as_utf8()
- mongoc_uri_set_password()
- mongoc_uri_set_read_concern()
- mongoc_uri_set_read_prefs_t()
- mongoc_uri_set_username()
- mongoc_uri_set_write_concern()
- mongoc_uri_unescape()
- mongoc_write_concern_t
- mongoc_write_concern_append()
- mongoc_write_concern_copy()
- mongoc_write_concern_destroy()
- mongoc_write_concern_get_fsync()
- mongoc_write_concern_get_journal()
- mongoc_write_concern_get_w()
- mongoc_write_concern_get_wmajority()
- mongoc_write_concern_get_wtag()
- mongoc_write_concern_get_wtimeout()
- mongoc_write_concern_is_acknowledged()
- mongoc_write_concern_is_default()
- mongoc_write_concern_is_valid()
- mongoc_write_concern_journal_is_set()
- mongoc_write_concern_new()
- mongoc_write_concern_set_fsync()
- mongoc_write_concern_set_journal()
- mongoc_write_concern_set_w()
- mongoc_write_concern_set_wmajority()
- mongoc_write_concern_set_wtag()
- mongoc_write_concern_set_wtimeout()
- Application Performance Monitoring (APM)
- mongoc_apm_callbacks_t
- mongoc_apm_command_failed_t
- mongoc_apm_command_failed_get_command_name()
- mongoc_apm_command_failed_get_context()
- mongoc_apm_command_failed_get_duration()
- mongoc_apm_command_failed_get_error()
- mongoc_apm_command_failed_get_host()
- mongoc_apm_command_failed_get_operation_id()
- mongoc_apm_command_failed_get_request_id()
- mongoc_apm_command_failed_get_server_id()
- mongoc_apm_command_started_t
- mongoc_apm_command_started_get_command()
- mongoc_apm_command_started_get_command_name()
- mongoc_apm_command_started_get_context()
- mongoc_apm_command_started_get_database_name()
- mongoc_apm_command_started_get_host()
- mongoc_apm_command_started_get_operation_id()
- mongoc_apm_command_started_get_request_id()
- mongoc_apm_command_started_get_server_id()
- mongoc_apm_command_succeeded_t
- mongoc_apm_command_succeeded_get_command_name()
- mongoc_apm_command_succeeded_get_context()
- mongoc_apm_command_succeeded_get_duration()
- mongoc_apm_command_succeeded_get_host()
- mongoc_apm_command_succeeded_get_operation_id()
- mongoc_apm_command_succeeded_get_reply()
- mongoc_apm_command_succeeded_get_request_id()
- mongoc_apm_command_succeeded_get_server_id()
- mongoc_apm_server_changed_t
- mongoc_apm_server_closed_t
- mongoc_apm_server_heartbeat_failed_t
- mongoc_apm_server_heartbeat_started_t
- mongoc_apm_server_heartbeat_succeeded_t
- mongoc_apm_server_opening_t
- mongoc_apm_topology_changed_t
- mongoc_apm_topology_closed_t
- mongoc_apm_topology_opening_t