The MongoDB\Driver\Monitoring\CommandStartedEvent class

(mongodb >=1.3.0)

はじめに

The MongoDB\Driver\Monitoring\CommandStartedEvent class encapsulates information about a started command.

クラス概要

finalclassMongoDB\Driver\Monitoring\CommandStartedEvent {
finalpublicgetCommand(): object
finalpublicgetCommandName(): string
finalpublicgetDatabaseName(): string
finalpublicgetOperationId(): string
finalpublicgetRequestId(): string
}

目次

To Top