Package com.mongodb.client.model.bulk
Interface ClientDeleteResult
The result of a successful individual delete operation.
Note that
WriteConcernError
s are not considered as making individual operations unsuccessful.- Since:
- 5.3
-
Method Summary
Modifier and TypeMethodDescriptionlong
The 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.
-