GoLang MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId

request it (251)
GoLang replacement for PHP's MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId [edit | history]



Do you know a GoLang replacement for PHP's MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId? Write it!

PHP MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId

PHP original manual for MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId [ show | php.net ]

MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId

(mongodb >=1.3.0)

MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationIdReturns the command's operation ID

Description

final public string MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId ( void )

The operation ID is generated by the driver 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.

Note: Since multiple commands may share the same operation ID, it is not reliable to use this value to associate event objects with each other. The request ID returned by MongoDB\Driver\Monitoring\CommandFailedEvent::getRequestId() should be used instead.

Parameters

This function has no parameters.

Return Values

Returns the command's operation ID.

Errors/Exceptions