接口 TaskProgressStatus

所有已知子接口:
UploadProgressStatus

public interface TaskProgressStatus
  • 方法概要

    修饰符和类型
    方法
    说明
    int
    Obtain the upload progress in percentage.
    int
    Obtain the number of objects being uploaded.
    int
    Obtain the number of objects that fail to be uploaded.
    int
    Obtain the number of objects that have been successfully uploaded.
    int
    Obtain the total number of objects in the upload task.
  • 方法详细资料

    • getExecPercentage

      int getExecPercentage()
      Obtain the upload progress in percentage.
      返回:
      Upload progress in percentage
    • getExecTaskNum

      int getExecTaskNum()
      Obtain the number of objects being uploaded.
      返回:
      Number of objects being uploaded
    • getSucceedTaskNum

      int getSucceedTaskNum()
      Obtain the number of objects that have been successfully uploaded.
      返回:
      Number of objects that have been successfully uploaded
    • getFailTaskNum

      int getFailTaskNum()
      Obtain the number of objects that fail to be uploaded.
      返回:
      Number of objects that fail to be uploaded
    • getTotalTaskNum

      int getTotalTaskNum()
      Obtain the total number of objects in the upload task.
      返回:
      Total number of objects in the upload task