|
libmongo-client 0.1.4
|
Opaque GridFS object. More...
#include <libmongo-private.h>
Data Fields | |
| mongo_sync_connection * | conn |
| Connection the object is associated to. | |
| struct { | |
| gchar * prefix | |
| The namespace prefix. | |
| gchar * files | |
| The file metadata namespace. | |
| gchar * chunks | |
| The chunk namespace. | |
| gchar * db | |
| The database part of the namespace. | |
| } | ns |
| Namespaces. | |
| gint32 | chunk_size |
| The default chunk size. | |
| gint32 mongo_sync_gridfs::chunk_size |
The default chunk size.
Definition at line 110 of file libmongo-private.h.
| gchar* mongo_sync_gridfs::chunks |
The chunk namespace.
Definition at line 105 of file libmongo-private.h.
| mongo_sync_connection* mongo_sync_gridfs::conn |
Connection the object is associated to.
Definition at line 98 of file libmongo-private.h.
| gchar* mongo_sync_gridfs::db |
The database part of the namespace.
Definition at line 107 of file libmongo-private.h.
| gchar* mongo_sync_gridfs::files |
The file metadata namespace.
Definition at line 104 of file libmongo-private.h.
| gchar* mongo_sync_gridfs::prefix |
The namespace prefix.
Definition at line 103 of file libmongo-private.h.
1.7.4