Interface ClientDeleteResult


@Evolving public 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 Type
    Method
    Description
    long
    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.