limit property

int? limit
final

Maximum number of records to sync per pull operation

Useful for limiting initial sync size or implementing progressive sync strategies.

Example:

limit: 100  // Only sync first 100 records

Implementation

final int? limit;