Package com.mongodb.client.model.bulk
Interface ClientDeleteResult
The result of a successful individual delete operation.
 Note that 
WriteConcernErrors are not considered as making individual operations unsuccessful.- Since:
 - 5.3
 
- 
Method Summary
Modifier and TypeMethodDescriptionlongThe number of documents that were deleted. 
- 
Method Details
- 
getDeletedCount
long getDeletedCount()The number of documents that were deleted.- Returns:
 - The number of documents that were deleted.
 
 
 -