afterId property
Fetch items AFTER this ID. Query: WHERE syncId > afterId Example: afterId=100 → fetch items 101, 102, 103...
Implementation
final BigInt afterId;
Fetch items AFTER this ID. Query: WHERE syncId > afterId Example: afterId=100 → fetch items 101, 102, 103...
final BigInt afterId;