The MongoDB\Driver\Monitoring\CommandSucceededEvent class

(mongodb >=1.3.0)

Introduction

The MongoDB\Driver\Monitoring\CommandSucceededEvent class encapsulates information about a successful command.

Class synopsis

finalclassMongoDB\Driver\Monitoring\CommandSucceededEvent {
finalpublicgetCommandName(): string
finalpublicgetDurationMicros(): int
finalpublicgetOperationId(): string
finalpublicgetReply(): object
finalpublicgetRequestId(): string
}

Table of Contents

To Top