接口 TaskProgressStatus
-
方法概要
修饰符和类型方法说明intObtain the upload progress in percentage.intObtain the number of objects being uploaded.intObtain the number of objects that fail to be uploaded.intObtain the number of objects that have been successfully uploaded.intObtain 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
-