afterId property

BigInt afterId
final

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

Implementation

final BigInt afterId;