MongoDB C++ Driver mongocxx-3.7.0
Loading...
Searching...
No Matches
mongocxx::gridfs::bucket Member List

This is the complete list of members for mongocxx::gridfs::bucket, including all inherited members.

bucket() noexceptmongocxx::gridfs::bucket
bucket(bucket &&) noexceptmongocxx::gridfs::bucket
bucket(const bucket &)mongocxx::gridfs::bucket
bucket_name() constmongocxx::gridfs::bucket
delete_file(bsoncxx::types::bson_value::view id)mongocxx::gridfs::bucket
delete_file(const client_session &session, bsoncxx::types::bson_value::view id)mongocxx::gridfs::bucket
download_to_stream(bsoncxx::types::bson_value::view id, std::ostream *destination)mongocxx::gridfs::bucket
download_to_stream(bsoncxx::types::bson_value::view id, std::ostream *destination, std::size_t start, std::size_t end)mongocxx::gridfs::bucket
download_to_stream(const client_session &session, bsoncxx::types::bson_value::view id, std::ostream *destination)mongocxx::gridfs::bucket
download_to_stream(const client_session &session, bsoncxx::types::bson_value::view id, std::ostream *destination, std::size_t start, std::size_t end)mongocxx::gridfs::bucket
find(bsoncxx::document::view_or_value filter, const options::find &options={})mongocxx::gridfs::bucket
find(const client_session &session, bsoncxx::document::view_or_value filter, const options::find &options={})mongocxx::gridfs::bucket
open_download_stream(bsoncxx::types::bson_value::view id)mongocxx::gridfs::bucket
open_download_stream(const client_session &session, bsoncxx::types::bson_value::view id)mongocxx::gridfs::bucket
open_upload_stream(stdx::string_view filename, const options::gridfs::upload &options={})mongocxx::gridfs::bucket
open_upload_stream(const client_session &session, stdx::string_view filename, const options::gridfs::upload &options={})mongocxx::gridfs::bucket
open_upload_stream_with_id(bsoncxx::types::bson_value::view id, stdx::string_view filename, const options::gridfs::upload &options={})mongocxx::gridfs::bucket
open_upload_stream_with_id(const client_session &session, bsoncxx::types::bson_value::view id, stdx::string_view filename, const options::gridfs::upload &options={})mongocxx::gridfs::bucket
operator bool() const noexceptmongocxx::gridfs::bucketexplicit
operator=(bucket &&) noexceptmongocxx::gridfs::bucket
operator=(const bucket &)mongocxx::gridfs::bucket
upload_from_stream(stdx::string_view filename, std::istream *source, const options::gridfs::upload &options={})mongocxx::gridfs::bucket
upload_from_stream(const client_session &session, stdx::string_view filename, std::istream *source, const options::gridfs::upload &options={})mongocxx::gridfs::bucket
upload_from_stream_with_id(bsoncxx::types::bson_value::view id, stdx::string_view filename, std::istream *source, const options::gridfs::upload &options={})mongocxx::gridfs::bucket
upload_from_stream_with_id(const client_session &session, bsoncxx::types::bson_value::view id, stdx::string_view filename, std::istream *source, const options::gridfs::upload &options={})mongocxx::gridfs::bucket
~bucket()mongocxx::gridfs::bucket