DeleteResult (original) (raw)

public abstract class DeleteResult
extends Object
The result of a delete operation. If the delete was unacknowledged, then wasAcknowledged will return false and all other methods will throw UnsupportedOperationException.
Since:
3.0
See Also:
WriteConcern.UNACKNOWLEDGED