Method: Mongo::Operation::Result#operation_time
- Defined in:
- lib/mongo/operation/result.rb
#operation_time ⇒ Object | nil
Get the operation time reported in the server response.
420 421 422 |
# File 'lib/mongo/operation/result.rb', line 420 def operation_time first_document && first_document[OPERATION_TIME] end |