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