MongoDB C++ Driver 4.2.0
Loading...
Searching...
No Matches
downloader.hpp File Reference

Description

Provides utilities to download GridFS files.

Includes

Go to the source code of this file.

Classes

struct  mongocxx::v_noabi::gridfs::chunks_and_bytes_offset
 Used to specify the offset from which to start reading the chunks of the file. More...
class  mongocxx::v_noabi::gridfs::downloader
 Used to download a GridFS file. More...

Namespaces

namespace  mongocxx
 The top-level namespace within which all mongocxx library entities are declared.
namespace  mongocxx::v_noabi
 Declares entities whose ABI stability is NOT guaranteed.
namespace  mongocxx::v_noabi::gridfs
 Declares entities related to GridFS.

Functions

v_noabi::gridfs::downloader mongocxx::v_noabi::from_v1 (v1::gridfs::downloader v)
 Convert to the mongocxx::v_noabi equivalent of v.
v1::gridfs::downloader mongocxx::v_noabi::to_v1 (v_noabi::gridfs::downloader v)
 Convert to the mongocxx::v1 equivalent of v.