157 bsoncxx::v_noabi::stdx::optional<std::
string> _bucket_name;
158 bsoncxx::v_noabi::stdx::optional<std::int32_t> _chunk_size_bytes;
169#include <mongocxx/config/postlude.hpp>
A polyfill for std::optional<T>.
Definition optional.hpp:800
Used by mongocxx::v_noabi::gridfs::bucket.
Definition bucket.hpp:37
bsoncxx::v_noabi::stdx::optional< std::string > const & bucket_name() const
Gets the name of the bucket.
bucket & bucket_name(std::string bucket_name)
Sets the name of the bucket. Defaults to 'fs'.
bsoncxx::v_noabi::stdx::optional< std::int32_t > const & chunk_size_bytes() const
Gets the size of the chunks in the bucket.
Controls the consistency and isolation properties of data read from replica sets and sharded clusters...
Definition read_concern.hpp:48
Describes how MongoDB clients route read operations to the members of a replica set or sharded cluste...
Definition read_preference.hpp:49
The level of acknowledgment requested for write operations to a MongoDB server.
Definition write_concern.hpp:48
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition export.hpp:52
The mongocxx v_noabi macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
The top-level namespace within which all mongocxx library entities are declared.
Declares mongocxx::v_noabi::options::gridfs::bucket.
Provides mongocxx::v_noabi::read_concern.
Provides mongocxx::v_noabi::read_preference.
Provides std::optional-related polyfills for library API usage.
Provides mongocxx::v_noabi::write_concern.