MongoDB\Driver\Session::getOperationTime

(mongodb >=1.4.0)

MongoDB\Driver\Session::getOperationTimeReturns the operation time for this session

Descripción

finalpublicMongoDB\Driver\Session::getOperationTime(): ?MongoDB\BSON\Timestamp

Returns the operation time for this session. If the session has not been used for any operation and MongoDB\Driver\Session::advanceOperationTime() has not been called, the operation time will be null

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns the operation time for this session, or null if the session has no operation time.

Errores/Excepciones

Ver también

To Top