Article

Limit the number of records in a single data package during the synchronization process (UseSkipToken and ImportPageSize)

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,
},

 

Like 0

Like

Share

0 comments
Show all comments