委托 RealmConfiguration.ShouldCompactDelegate
在进程生命周期中首次打开 Realm 时调用的回调,以确定在将其返回给用户之前是否应进行压缩。
命名空间: Realms
程序集:Realm.dll
语法
public delegate bool RealmConfiguration.ShouldCompactDelegate(ulong totalBytes, ulong bytesUsed)
参数
类型 | 名称 | 说明 |
---|---|---|
ulong | totalBytes | 总文件大小(数据 + 可用空间)。 |
ulong | bytesUsed | 总数据大小。 |
返回:
类型 | 说明 |
---|---|
bool |
|
备注
如果另一个进程正在访问它,则将跳过压实。