Keep Updating When Implicit
This policy is equivalent to either:
KeepUpdating if the subscription is canceled implicitly, that is automatically canceled by the DatasyncManager when disposed by calling DatasyncManager.clearSubscriptions,
or Keep if the subscription is canceled explicitly, that is using the Subscription.cancel method.