Record

class Record

The basic data structure of a dataset.

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 for the record.

Link copied to clipboard

The user/device that made the last change to this record.

Link copied to clipboard

The date on which the record was last modified.

Link copied to clipboard

The server sync count for this record.

Link copied to clipboard

The value for the record.

Functions

Link copied to clipboard
inline fun copy(block: Record.Builder.() -> Unit = {}): Record
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