sparse

open fun sparse(): DataQuery

Set {@link com.sap.cloud.mobile.kotlin.odata.DataQuery#sparseArray DataQuery.sparseArray} to true, so that query result entities will use sparse array storage of properties, to conserve memory. This is only applicable to queries whose result entities will not be updated.

Return

This query.