Size of storage on Realm Object Server

不羁岁月 提交于 2019-12-13 07:21:36

问题


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.



来源:https://stackoverflow.com/questions/40232169/size-of-storage-on-realm-object-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!