#include <mongocxx/v1/indexes.hpp>
Options for mongocxx::v1::indexes::list.
Supported fields include:
Public Member Functions | |
| list_options () | |
| Default initialization. | |
| list_options (list_options &&other) noexcept | |
| Move constructor. | |
| list_options (list_options const &other) | |
| Copy construction. | |
| ~list_options () | |
| Destroy this object. | |
| bsoncxx::v1::stdx::optional< std::int32_t > | batch_size () const |
| Return the current "batchSize" field. | |
| list_options & | batch_size (std::int32_t v) |
| Set the "batchSize" field. | |
| bsoncxx::v1::stdx::optional< bsoncxx::v1::types::view > | comment () const |
| Return the current "comment" field. | |
| list_options & | comment (bsoncxx::v1::types::value v) |
| Set the "comment" field. | |
| list_options & | operator= (list_options &&other) noexcept |
| Move assignment. | |
| list_options & | operator= (list_options const &other) |
| Copy assignment. | |
| mongocxx::v1::indexes::list_options::~list_options | ( | ) |
Destroy this object.
|
noexcept |
Move constructor.
| mongocxx::v1::indexes::list_options::list_options | ( | list_options const & | other | ) |
Copy construction.
| mongocxx::v1::indexes::list_options::list_options | ( | ) |
Default initialization.
| bsoncxx::v1::stdx::optional< std::int32_t > mongocxx::v1::indexes::list_options::batch_size | ( | ) | const |
Return the current "batchSize" field.
| list_options & mongocxx::v1::indexes::list_options::batch_size | ( | std::int32_t | v | ) |
Set the "batchSize" field.
| bsoncxx::v1::stdx::optional< bsoncxx::v1::types::view > mongocxx::v1::indexes::list_options::comment | ( | ) | const |
Return the current "comment" field.
| list_options & mongocxx::v1::indexes::list_options::comment | ( | bsoncxx::v1::types::value | v | ) |
Set the "comment" field.
|
noexcept |
Move assignment.
| list_options & mongocxx::v1::indexes::list_options::operator= | ( | list_options const & | other | ) |
Copy assignment.