The MongoDB\Driver\Monitoring\CommandStartedEvent class

(mongodb >=1.3.0)

Introduction

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

Class synopsis

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

Table of Contents

To Top