noDefaultEntityDownload

open fun noDefaultEntityDownload(vararg entitySets: EntitySet)

Disable download-by-default for the entities of an entity set. This indicates that entity data should only be downloaded if explicitly enabled by use of {@link com.sap.cloud.mobile.kotlin.odata.CloudSyncProvider#createDownloadQuery(kotlin.String, com.sap.cloud.mobile.kotlin.odata.DataQuery, kotlin.Boolean) CloudSyncProvider.createDownloadQuery}.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.EntitySet#downloadEntitiesByDefault EntitySet.downloadEntitiesByDefault}.

Parameters

entitySets

A list of entity sets whose downloadEntitiesByDefault property will be set to false. If this list is empty, all entity sets will be configured to disable default entity download.