evelon icon indicating copy to clipboard operation
evelon copied to clipboard

Synchronize data set

Open HttpMarco opened this issue 2 years ago • 0 comments

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.

HttpMarco avatar Jan 11 '24 22:01 HttpMarco