#include <mongocxx/v1/events/server_description_changed.hpp>
ServerDescriptionChangedEvent from the SDAM Logging and Monitoring specification.
Public Member Functions | |
| bsoncxx::v1::stdx::string_view | host () const |
| Return the hostname for the connection used by the command. | |
| v1::events::server_description | new_description () const |
| Return the new server description. | |
| std::uint16_t | port () const |
| Return the port number for the connection used by the command. | |
| v1::events::server_description | previous_description () const |
| Return the previous server description. | |
| bsoncxx::v1::oid | topology_id () const |
| Return the client-generated unique topology ID. | |
| bsoncxx::v1::stdx::string_view mongocxx::v1::events::server_description_changed::host | ( | ) | const |
Return the hostname for the connection used by the command.
| v1::events::server_description mongocxx::v1::events::server_description_changed::new_description | ( | ) | const |
Return the new server description.
| std::uint16_t mongocxx::v1::events::server_description_changed::port | ( | ) | const |
Return the port number for the connection used by the command.
| v1::events::server_description mongocxx::v1::events::server_description_changed::previous_description | ( | ) | const |
Return the previous server description.
| bsoncxx::v1::oid mongocxx::v1::events::server_description_changed::topology_id | ( | ) | const |
Return the client-generated unique topology ID.