Size of storage on Realm Object Server

2019-09-11 04:51发布

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

1条回答
我命由我不由天
2楼-- · 2019-09-11 05:21

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.

查看更多
登录 后发表回答