Article
Limit the number of records in a single data package during the synchronization process (UseSkipToken and ImportPageSize)
18:00 Feb 02, 2018
Question
Previously, there was an opportunity to configure the number of records in one data package of the synchronization process (offline) of the mobile application (100 by default).
Answer
You need to change two parameters in the SyncOptions section (the second indicates the number of "bundles"):
"SyncOptions": { "UseSkipToken": true, "ImportPageSize": 1000, },