Size of storage on Realm Object Server

2019-09-11 05:09发布

问题:

I have iOS project integrated with RMP, so how I can get size of storage from Realm Object Server?

回答1:

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.