Sync Java API limits

Hi people,

I am playing with the Sync API in Java. I am wondering how the sync call works on big spaces.

Let’s say, I have a space with 10 000 entries. When I perform the initial client.sync() call, will it return the whole dataset at once, or there are internal limits? I am afraid of getting too much data at once.

I have not found any way to specify a limit for syncing from the Java API, though there is a limit param in the REST API.