List of all members.
Public Attributes |
|
gridfs * | gfs |
|
bson * | meta |
| | > The GridFS where the GridFile is located
|
|
gridfs_offset | pos |
| | > The GridFile's bson object where all its metadata is located
|
|
bson_oid_t | id |
| | > The position is the offset in the file
|
|
char * | remote_name |
| | > The files_id of the gridfile
|
|
char * | content_type |
| | > The name of the gridfile as a string
|
|
gridfs_offset | length |
| | > The gridfile's content type
|
|
int | chunk_num |
| | > The length of this gridfile
|
|
char * | pending_data |
| | > The number of the current chunk being written to
|
|
int | pending_len |
| | > A buffer storing data still to be written to chunks
|
The documentation for this struct was generated from the following file: