evelon
evelon copied to clipboard
Synchronize data set
Possible properties;
- [ ] SyncAll property: Synchronize all entries in the repository.
- [ ] SyncIf property (filter logic): Synchronize all entries if the filter is applied.
- [ ] SyncTimedAll: Synchronize all entries at scheduled intervals.
- [ ] SyncTimedIf property (filter logic): Synchronize entries with a timed value only if the filter is applied.
- [ ] SyncLimit property: Synchronize all entries with a specified limit.
- [ ] SyncLimitIf property: Synchronize entries with a limit only if filters are applied.
- [ ] SyncTimedLimit property: Synchronize entries up to a specified limit at scheduled intervals.