estimatedTimeToCompletionInSeconds property

int? estimatedTimeToCompletionInSeconds
final

The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

Implementation

final int? estimatedTimeToCompletionInSeconds;