Interface FileDownloadResult

All Superinterfaces:
OperationResult
All Known Subinterfaces:
FileDownloadNotFoundResult

public interface FileDownloadResult extends OperationResult
The result of a file download operation.
Since:
7.3
  • Method Details

    • getBytesDownloaded

      long getBytesDownloaded()
      Returns the total download size. Note that this might not be the same as the file size.