MongoDB\Driver\Monitoring\CommandStartedEvent
PHP Manual

MongoDB\Driver\Monitoring\CommandStartedEvent::getOperationId

(mongodb >=1.3.0)

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

Описание

final public string MongoDB\Driver\Monitoring\CommandStartedEvent::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.

Замечание:

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\CommandStartedEvent::getRequestId() should be used instead.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Returns the command's operation ID.

Ошибки

Смотрите также


MongoDB\Driver\Monitoring\CommandStartedEvent
PHP Manual