Class: Mongo::Operation::Write::Bulk::Delete::LegacyResult
- Includes:
- Aggregatable, LegacyMergable
- Defined in:
- lib/mongo/operation/write/bulk/delete/result.rb
Overview
Defines custom behaviour of results when deleting. For server versions < 2.5.5 (that don’t use write commands).
Constant Summary
Constants inherited from Result
Result::CURSOR, Result::CURSOR_ID, Result::FIRST_BATCH, Result::N, Result::NAMESPACE, Result::NEXT_BATCH, Result::OK, Result::RESULT
Instance Attribute Summary
Attributes inherited from Result
Method Summary
Methods included from Aggregatable
Methods included from LegacyMergable
#aggregate_write_concern_errors, #aggregate_write_errors
Methods inherited from Result
#acknowledged?, #cursor_id, #documents, #each, #initialize, #inspect, #multiple?, #namespace, #ok?, #reply, #returned_count, #successful?, #validate!, #written_count
Constructor Details
This class inherits a constructor from Mongo::Operation::Result