Class Mongo::Operation::Delete::Result
In: lib/mongo/operation/delete/result.rb
Parent: Operation::Result

Defines custom behavior of results for a delete.

@since 2.0.0

Methods

Public Instance methods

Get the number of documents deleted.

@example Get the deleted count.

  result.deleted_count

@return [ Integer ] The deleted count.

@since 2.0.0

[Validate]