limit property
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;
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
final int? limit;