You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the feature where a client app using partition based sync will migrate to use flexible sync under the hood when connecting to a cloud app that has been migrated from partition based sync to flexible sync.
The client app will automatically create flexible sync subscriptions to pull the data in based on the configured partition value, so the client app still has access to the same data that was available when using partition based sync.
The generated subscriptions will be given a name in the format "flx_migrated_
" and one subscription will be generated for each table in the schema. Once the client app has been updated to natively use flexible sync, these subscriptions will not be deleted and will need to be managed by the new client app.
A client reset will occur as part of the migration to use flexible sync or if the cloud app is reverted back to use partition based sync.
The text was updated successfully, but these errors were encountered:
Implement the feature where a client app using partition based sync will migrate to use flexible sync under the hood when connecting to a cloud app that has been migrated from partition based sync to flexible sync.
The client app will automatically create flexible sync subscriptions to pull the data in based on the configured partition value, so the client app still has access to the same data that was available when using partition based sync.
The generated subscriptions will be given a name in the format "
" and one subscription will be generated for each table in the schema. Once the client app has been updated to natively use flexible sync, these subscriptions will not be deleted and will need to be managed by the new client app.flx_migrated_
A client reset will occur as part of the migration to use flexible sync or if the cloud app is reverted back to use partition based sync.
The text was updated successfully, but these errors were encountered: