MongoDB C++ Driver legacy-1.1.2
Loading...
Searching...
No Matches
mongo::GridFS Member List

This is the complete list of members for mongo::GridFS, including all inherited members.

findFile(Query query) constmongo::GridFS
findFileByName(const std::string &fileName) constmongo::GridFS
GridFS(DBClientBase &client, const std::string &dbName, const std::string &prefix="fs")mongo::GridFS
list() constmongo::GridFS
list(BSONObj query) constmongo::GridFS
removeFile(const std::string &fileName)mongo::GridFS
setChunkSize(unsigned int size)mongo::GridFS
storeFile(const std::string &fileName, const std::string &remoteName="", const std::string &contentType="")mongo::GridFS
storeFile(const char *data, size_t length, const std::string &remoteName, const std::string &contentType="")mongo::GridFS