CompensatingWriteInfo 类
包含服务器执行的补偿写入详细信息的类。
命名空间: Realms 。同步。异常
程序集:Realm.dll
语法
public class CompensatingWriteInfo
属性
| 编辑本页 查看源代码ObjectType
获取受补偿写入影响的对象的类型。
声明
public string ObjectType { get; }
属性值
类型 | 说明 |
---|---|
字符串 | Realm 对象类型。 |
主键
获取受补偿写入影响的对象的主键。
声明
public RealmValue PrimaryKey { get; }
属性值
类型 | 说明 |
---|---|
RealmValue | 对象主键。 |
原因
获取服务器执行补偿写入的原因。
声明
public string Reason { get; }
属性值
类型 | 说明 |
---|---|
字符串 | 补偿写入原因。 |