CompensatingWriteInfo

inner class CompensatingWriteInfo(val reason: String, val objectType: String, val primaryKey: RealmAny?)

Class that describes the details for a reversed write.

Constructors

Link copied to clipboard
constructor(reason: String, objectType: String, primaryKey: RealmAny?)

Properties

Link copied to clipboard

Name of the object class for which a write has been reversed.

Link copied to clipboard

Primary key value for the object for which a write has been reversed.

Link copied to clipboard

Reason for the compensating write.