RealmSyncHistoricExtension extension
Extension methods on RealmSync for fetching historical changes.
- on
Methods
-
fetchAllHistoricChanges(
{Map< String, int> ? sinceOverrides, int limit = 500, bool applyLocally = true, bool skipEmptyCollections = false}) → Future<Map< String, HistoricChangesResult> > -
Available on RealmSync, provided by the RealmSyncHistoricExtension extension
Fetch historic changes for ALL configured collections. -
fetchHistoricChanges(
String collectionName, {int? since, int limit = 500, String? filterExpr, List? args, bool applyLocally = true}) → Future< HistoricChangesResult> -
Available on RealmSync, provided by the RealmSyncHistoricExtension extension
Fetch (and optionally apply) historic changes for a collection using the server'ssync:get_changesendpoint.