|
MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationIdReturns the command's operation ID 説明
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.
パラメータこの関数にはパラメータはありません。 戻り値Returns the command's operation ID. エラー / 例外
参考
|