22 #include <bsoncxx/document/view_or_value.hpp>
23 #include <bsoncxx/stdx/optional.hpp>
24 #include <mongocxx/stdx.hpp>
26 #include <mongocxx/config/prelude.hpp>
29 MONGOCXX_INLINE_NAMESPACE_BEGIN
79 k_primary_preferred = 0x05,
89 k_secondary_preferred = 0x06,
148 void mode(read_mode mode);
155 read_mode mode() const;
165 void tags(
bsoncxx::document::view_or_value tags);
174 stdx::optional<
bsoncxx::document::view> tags() const;
202 void max_staleness(
std::chrono::seconds max_staleness);
209 stdx::optional<
std::chrono::seconds> max_staleness() const;
216 friend MONGOCXX_API
bool MONGOCXX_CALL
219 class MONGOCXX_PRIVATE impl;
221 MONGOCXX_PRIVATE read_preference(
std::unique_ptr<impl>&& implementation);
223 std::unique_ptr<impl> _impl;
226 MONGOCXX_INLINE_NAMESPACE_END
229 #include <mongocxx/config/postlude.hpp>
Class representing a MongoDB connection string URI.
Definition: uri.hpp:40
Definition: bulk_write.hpp:22
Definition: error_code.hpp:72
Class representing a client connection to MongoDB.
Definition: client.hpp:49
Class representing a MongoDB database.
Definition: database.hpp:44
Class representing a preference for how the driver routes read operations to members of a replica set...
Definition: read_preference.hpp:57
read_mode
Determines which members in a replica set are acceptable to read from.
Definition: read_preference.hpp:70
Definition: element.hpp:24
Class representing server side document groupings within a MongoDB database.
Definition: collection.hpp:74