php8.5
Home/ Manual/ monitoring / commandfailedevent/ MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId

MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId

PHP function Edit on GitHub ✎

(mongodb >=1.3.0)

Returns the command's operation ID

Description

MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId(): string

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.

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 Parameters

Return Values

Returns the command's operation ID.

Errors/Exceptions

See Also

  • MongoDB\Driver\Monitoring\CommandStartedEvent::getOperationId
  • MongoDB\Driver\Monitoring\CommandFailedEvent::getRequestId
  • mongodb.tutorial.apm

Source: reference/mongodb/mongodb/driver/monitoring/commandfailedevent/getoperationid.xml · from the official PHP manual (php/doc-en)