|
libmongo-client
0.1.8
|
Opaque GridFS object. More...
#include <libmongo-private.h>
Data Fields | |
| mongo_sync_connection * | conn |
| Connection the object is associated to. More... | |
| struct { | |
| gchar * prefix | |
| The namespace prefix. More... | |
| gchar * files | |
| The file metadata namespace. More... | |
| gchar * chunks | |
| The chunk namespace. More... | |
| gchar * db | |
| The database part of the namespace. More... | |
| } | ns |
| Namespaces. | |
| gint32 | chunk_size |
| The default chunk size. More... | |
Opaque GridFS object.
GridFS object
| gint32 mongo_sync_gridfs::chunk_size |
The default chunk size.
| gchar* mongo_sync_gridfs::chunks |
The chunk namespace.
| mongo_sync_connection* mongo_sync_gridfs::conn |
Connection the object is associated to.
| gchar* mongo_sync_gridfs::db |
The database part of the namespace.
| gchar* mongo_sync_gridfs::files |
The file metadata namespace.
| gchar* mongo_sync_gridfs::prefix |
The namespace prefix.
1.8.9.1