MongoDB C++ Driver
mongocxx-3.10.2
|
Class representing the optional arguments to mongocxx::v_noabi::collection::estimated_document_count. More...
#include <estimated_document_count.hpp>
Public Member Functions | |
estimated_document_count & | max_time (std::chrono::milliseconds max_time) |
Sets the maximum amount of time for this operation to run (server-side) in milliseconds. More... | |
const bsoncxx::v_noabi::stdx::optional< std::chrono::milliseconds > & | max_time () const |
The current max_time setting. More... | |
estimated_document_count & | comment (bsoncxx::v_noabi::types::bson_value::view_or_value comment) |
Sets the comment for this operation. More... | |
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::types::bson_value::view_or_value > & | comment () const |
The current comment for this operation. More... | |
estimated_document_count & | read_preference (mongocxx::v_noabi::read_preference rp) |
Sets the read_preference for this operation. More... | |
const bsoncxx::v_noabi::stdx::optional< mongocxx::v_noabi::read_preference > & | read_preference () const |
The current read_preference for this operation. More... | |
Class representing the optional arguments to mongocxx::v_noabi::collection::estimated_document_count.
const bsoncxx::v_noabi::stdx::optional<bsoncxx::v_noabi::types::bson_value::view_or_value>& mongocxx::v_noabi::options::estimated_document_count::comment | ( | ) | const |
The current comment for this operation.
estimated_document_count& mongocxx::v_noabi::options::estimated_document_count::comment | ( | bsoncxx::v_noabi::types::bson_value::view_or_value | comment | ) |
Sets the comment for this operation.
comment | The new comment. |
const bsoncxx::v_noabi::stdx::optional<std::chrono::milliseconds>& mongocxx::v_noabi::options::estimated_document_count::max_time | ( | ) | const |
The current max_time setting.
estimated_document_count& mongocxx::v_noabi::options::estimated_document_count::max_time | ( | std::chrono::milliseconds | max_time | ) |
Sets the maximum amount of time for this operation to run (server-side) in milliseconds.
max_time | The max amount of time (in milliseconds). |
const bsoncxx::v_noabi::stdx::optional<mongocxx::v_noabi::read_preference>& mongocxx::v_noabi::options::estimated_document_count::read_preference | ( | ) | const |
The current read_preference for this operation.
estimated_document_count& mongocxx::v_noabi::options::estimated_document_count::read_preference | ( | mongocxx::v_noabi::read_preference | rp | ) |
Sets the read_preference for this operation.
rp | The new read_preference. |