|
MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationIdReturns the command's operation ID Description
final public string MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId()
The operation ID is generated by the extension and may be used to link events together such as bulk write operations, which may have been split across several commands at the protocol level.
ParametersThis function has no parameters. Return ValuesReturns the command's operation ID. Errors/Exceptions
See Also
|