|
libmongo-client
0.1.8
|
Opaque synchronous connection object. More...
#include <libmongo-private.h>

Data Fields | |
| mongo_connection | super |
| The parent object. More... | |
| gboolean | slaveok |
| Whether queries against slave nodes are acceptable. More... | |
| gboolean | safe_mode |
| Safe-mode signal flag. More... | |
| gboolean | auto_reconnect |
| Auto-reconnect flag. More... | |
| gchar * | last_error |
| The last error from the server, caught during queries. More... | |
| gint32 | max_insert_size |
| Maximum number of bytes an insert command can be before being split to smaller chunks. More... | |
| replica_set | rs |
| Replica set. More... | |
| auth_credentials | auth |
| Authentication credentials. More... | |
| mongo_sync_conn_recovery_cache * | recovery_cache |
| Reference to the externally managed recovery cache. More... | |
Opaque synchronous connection object.
Synchronous connection object.
| auth_credentials mongo_sync_connection::auth |
Authentication credentials.
| gboolean mongo_sync_connection::auto_reconnect |
Auto-reconnect flag.
| gchar* mongo_sync_connection::last_error |
The last error from the server, caught during queries.
| gint32 mongo_sync_connection::max_insert_size |
Maximum number of bytes an insert command can be before being split to smaller chunks.
Used for bulk inserts.
| mongo_sync_conn_recovery_cache* mongo_sync_connection::recovery_cache |
Reference to the externally managed recovery cache.
| replica_set mongo_sync_connection::rs |
Replica set.
| gboolean mongo_sync_connection::safe_mode |
Safe-mode signal flag.
| gboolean mongo_sync_connection::slaveok |
Whether queries against slave nodes are acceptable.
| mongo_connection mongo_sync_connection::super |
The parent object.
1.8.9.1