MongoDB C++ Driver
mongocxx-3.10.2
|
An event notification sent when the driver begins executing a MongoDB command. More...
#include <command_started_event.hpp>
Public Member Functions | |
~command_started_event () | |
Destroys a command_started_event. | |
bsoncxx::v_noabi::document::view | command () const |
Returns the command that has been started. More... | |
bsoncxx::v_noabi::stdx::string_view | database_name () const |
Returns the name of the database. More... | |
bsoncxx::v_noabi::stdx::string_view | command_name () const |
Returns the name of the command. More... | |
std::int64_t | request_id () const |
Returns the request id. More... | |
std::int64_t | operation_id () const |
Returns the operation id. More... | |
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::oid > | service_id () const |
Optionally returns the service id. More... | |
bsoncxx::v_noabi::stdx::string_view | host () const |
Returns the host name. More... | |
std::uint16_t | port () const |
Returns the port. More... | |
An event notification sent when the driver begins executing a MongoDB command.
bsoncxx::v_noabi::document::view mongocxx::v_noabi::events::command_started_event::command | ( | ) | const |
Returns the command that has been started.
bsoncxx::v_noabi::stdx::string_view mongocxx::v_noabi::events::command_started_event::command_name | ( | ) | const |
Returns the name of the command.
bsoncxx::v_noabi::stdx::string_view mongocxx::v_noabi::events::command_started_event::database_name | ( | ) | const |
Returns the name of the database.
bsoncxx::v_noabi::stdx::string_view mongocxx::v_noabi::events::command_started_event::host | ( | ) | const |
Returns the host name.
std::int64_t mongocxx::v_noabi::events::command_started_event::operation_id | ( | ) | const |
Returns the operation id.
std::uint16_t mongocxx::v_noabi::events::command_started_event::port | ( | ) | const |
Returns the port.
std::int64_t mongocxx::v_noabi::events::command_started_event::request_id | ( | ) | const |
Returns the request id.
bsoncxx::v_noabi::stdx::optional<bsoncxx::v_noabi::oid> mongocxx::v_noabi::events::command_started_event::service_id | ( | ) | const |
Optionally returns the service id.