RecordPatch

An update operation for a record.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The last modified date of the client device.

Link copied to clipboard
val key: String

The key associated with the record patch.

Link copied to clipboard

An operation, either replace or remove.

Link copied to clipboard

Last known server sync count for this record. Set to 0 if unknown.

Link copied to clipboard

The value associated with the record patch.

Functions

Link copied to clipboard
inline fun copy(block: RecordPatch.Builder.() -> Unit = {}): RecordPatch
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String