|
MongoDB C++ Driver 4.1.4
|
This is the complete list of members for mongocxx::gridfs::bucket, including all inherited members.
| bucket() noexcept | mongocxx::gridfs::bucket | |
| bucket(bucket &&) noexcept | mongocxx::gridfs::bucket | |
| bucket(bucket const &) | mongocxx::gridfs::bucket | |
| bucket_name() const | mongocxx::gridfs::bucket | |
| delete_file(bsoncxx::v_noabi::types::bson_value::view id) | mongocxx::gridfs::bucket | |
| delete_file(client_session const &session, bsoncxx::v_noabi::types::bson_value::view id) | mongocxx::gridfs::bucket | |
| download_to_stream(bsoncxx::v_noabi::types::bson_value::view id, std::ostream *destination) | mongocxx::gridfs::bucket | |
| download_to_stream(bsoncxx::v_noabi::types::bson_value::view id, std::ostream *destination, std::size_t start, std::size_t end) | mongocxx::gridfs::bucket | |
| download_to_stream(client_session const &session, bsoncxx::v_noabi::types::bson_value::view id, std::ostream *destination) | mongocxx::gridfs::bucket | |
| download_to_stream(client_session const &session, bsoncxx::v_noabi::types::bson_value::view id, std::ostream *destination, std::size_t start, std::size_t end) | mongocxx::gridfs::bucket | |
| find(bsoncxx::v_noabi::document::view_or_value filter, options::find const &options={}) | mongocxx::gridfs::bucket | |
| find(client_session const &session, bsoncxx::v_noabi::document::view_or_value filter, options::find const &options={}) | mongocxx::gridfs::bucket | |
| open_download_stream(bsoncxx::v_noabi::types::bson_value::view id) | mongocxx::gridfs::bucket | |
| open_download_stream(client_session const &session, bsoncxx::v_noabi::types::bson_value::view id) | mongocxx::gridfs::bucket | |
| open_upload_stream(bsoncxx::v_noabi::stdx::string_view filename, options::gridfs::upload const &options={}) | mongocxx::gridfs::bucket | |
| open_upload_stream(client_session const &session, bsoncxx::v_noabi::stdx::string_view filename, options::gridfs::upload const &options={}) | mongocxx::gridfs::bucket | |
| open_upload_stream_with_id(bsoncxx::v_noabi::types::bson_value::view id, bsoncxx::v_noabi::stdx::string_view filename, options::gridfs::upload const &options={}) | mongocxx::gridfs::bucket | |
| open_upload_stream_with_id(client_session const &session, bsoncxx::v_noabi::types::bson_value::view id, bsoncxx::v_noabi::stdx::string_view filename, options::gridfs::upload const &options={}) | mongocxx::gridfs::bucket | |
| operator bool() const noexcept | mongocxx::gridfs::bucket | explicit |
| operator=(bucket &&) noexcept | mongocxx::gridfs::bucket | |
| operator=(bucket const &) | mongocxx::gridfs::bucket | |
| upload_from_stream(bsoncxx::v_noabi::stdx::string_view filename, std::istream *source, options::gridfs::upload const &options={}) | mongocxx::gridfs::bucket | |
| upload_from_stream(client_session const &session, bsoncxx::v_noabi::stdx::string_view filename, std::istream *source, options::gridfs::upload const &options={}) | mongocxx::gridfs::bucket | |
| upload_from_stream_with_id(bsoncxx::v_noabi::types::bson_value::view id, bsoncxx::v_noabi::stdx::string_view filename, std::istream *source, options::gridfs::upload const &options={}) | mongocxx::gridfs::bucket | |
| upload_from_stream_with_id(client_session const &session, bsoncxx::v_noabi::types::bson_value::view id, bsoncxx::v_noabi::stdx::string_view filename, std::istream *source, options::gridfs::upload const &options={}) | mongocxx::gridfs::bucket | |
| ~bucket() | mongocxx::gridfs::bucket |