I have iOS project integrated with RMP, so how I can get size of storage from Realm Object Server?
相关问题
- Realm migration from a required variable to nullab
- Covert realm list to realm result
- Realm with React Native, how to query through list
- get output frames failed, state 8196
- Error installing Realm via npm: npm ERR! Failed at
相关文章
- RealmSwift: No such module 'RealmSwift'
- Open Realm-JS Defined in Another .JS File
- RealmBaseAdapter with multiple RealmObjects
- Fetch a single column from Realm Database (Android
- Obtaining contacts from content provider without d
- Realm with Content Provider
- Updating UITableView with multiple sections from R
- Synchronized Realm - Airplane Mode
It is currently not possible to query the server for the size usage of a specific Realm file. This is an API that will (most probably) come at a later date.
As a reminder, the Realm Object Server needs to keep the entirety of the history, in order to allow old joiners to merge and get updated to the latest version.