MongoDB\Driver\Monitoring\CommandStartedEvent::getRequestId
Returns the command's request ID
Description
final public string MongoDB\Driver\Monitoring\CommandStartedEvent::getRequestId()
The request ID is generated by the extension and may be used to associate
this MongoDB\Driver\Monitoring\CommandStartedEvent
with a later
MongoDB\Driver\Monitoring\CommandFailedEvent or
MongoDB\Driver\Monitoring\CommandSucceededEvent.
Parameters
This function has no parameters.
Return Values
Returns the command's request ID.
Errors/Exceptions
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.