Class CompensatingWriteInfo
A class containing the details for a compensating write performed by the server.
Namespace: Realms.Sync.Exceptions
Assembly: Realm.dll
Syntax
public class CompensatingWriteInfo
Properties
| Edit this page View SourceObjectType
Gets the type of the object which was affected by the compensating write.
Declaration
public string ObjectType { get; }
Property Value
Type | Description |
---|---|
string | The object type. |
PrimaryKey
Gets the primary key of the object which was affected by the compensating write.
Declaration
public RealmValue PrimaryKey { get; }
Property Value
Type | Description |
---|---|
RealmValue | The object primary key. |
Reason
Gets the reason for the server to perform a compensating write.
Declaration
public string Reason { get; }
Property Value
Type | Description |
---|---|
string | The compensating write reason. |