ViewRow

class ViewRow : ViewFlowItem

One row of a View result.

Functions

keyAs
Link copied to clipboard
inline fun <T> keyAs(serializer: JsonSerializer? = null): T
toString
Link copied to clipboard
open override fun toString(): String
valueAs
Link copied to clipboard
inline fun <T> valueAs(serializer: JsonSerializer? = null): T

Properties

id
Link copied to clipboard
val id: String?
Document ID associated with this row, or null if reduction was used.
key
Link copied to clipboard
val key: ByteArray
Raw key bytes.
value
Link copied to clipboard
val value: ByteArray
Raw value bytes.