When synchronizing an offline geodatabase, the sample app shows how to access and display the file size of the data to upload using this line:
var deltaSize = geodatabaseSyncStatusInfo.deltaSize/1000
Is there any way to find out and display the opposite - e.g. the file size to be downloaded from the server? For a large dataset and/or a slow internet connection this would be very good to know.
Cheers,
-Paul