The MongoDB\Driver\Monitoring\CommandStartedEvent class

(mongodb >=1.3.0)

Introdução

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

Resumo da classe

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

Índice

To Top