DataEntry

@Serializable
data class DataEntry(val key: Runtime.RemoteObject, val primaryKey: Runtime.RemoteObject, val value: Runtime.RemoteObject)

Data entry.

Constructors

Link copied to clipboard
constructor(key: Runtime.RemoteObject, primaryKey: Runtime.RemoteObject, value: Runtime.RemoteObject)

Properties

Link copied to clipboard

Key object.

Link copied to clipboard

Primary key object.

Link copied to clipboard

Value object.