ViewRow

class ViewRow : ViewFlowItem

One row of a View result.

Functions

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

Properties

Link copied to clipboard
val id: String?

Document ID associated with this row, or null if reduction was used.

Link copied to clipboard
val key: ByteArray

Raw key bytes.

Link copied to clipboard
val value: ByteArray

Raw value bytes.