loadTimeEstimates

open fun loadTimeEstimates(file: String)

See loadTimeEstimates(String, Boolean).

Parameters

file

File parameter.


open fun loadTimeEstimates(file: String, mustExist: Boolean)

Load previously saved download time estimates from file.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.OperationProgress}, {@link com.sap.cloud.mobile.kotlin.odata.ProgressListener}, {@link com.sap.cloud.mobile.kotlin.odata.EntitySet#estimatedDeltaDownloadTime EntitySet.estimatedDeltaDownloadTime}, {@link com.sap.cloud.mobile.kotlin.odata.EntitySet#estimatedInitialDownloadTime EntitySet.estimatedInitialDownloadTime}, {@link com.sap.cloud.mobile.kotlin.odata.EntitySet#estimatedStreamDownloadTime EntitySet.estimatedStreamDownloadTime}.

Parameters

file

Time estimates file.

mustExist

Specify true if the file must exist. Existing in-memory time estimates remain unchanged if this parameter is false and the file does not exist.