Realm Full sync change local folder

Is it possible to change the local folder of a realm with full sync?
At the moment on macOS platform and .net the local storage is:
/Users/username/realm.object-server

Is there a list where the default storage is on all supported platforms?

Regards

It’s stored in Environment.GetFolderPath(SpecialFolder.Personal). If you want to change the location of just one Realm file, you can pass in a path argument to the FullSyncConfiguration constructor. If you want to change where the base folder for all synchronized Realms is, you can call SyncConfigurationBase.Initialize and pass in a basePath argument.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.