deleteDownloadQuery

open suspend fun deleteDownloadQuery(name: String)

Delete a persistent query previously created by {@link com.sap.cloud.mobile.kotlin.odata.OfflineDataServiceAsync#createDownloadQuery_(kotlin.String, com.sap.cloud.mobile.kotlin.odata.DataQuery, kotlin.Boolean) OfflineDataServiceAsync.createDownloadQuery}, along with any previously downloaded associated entities. Note: if there is a large number of previously downloaded associated entities, deletion of the download query might be time-consuming. Consider invoking this method in a background thread to avoid blocking the application's user interface thread.

Parameters

name

Query name.