RecordValue

data class RecordValue(val values: Map<String, MilanoValue>) : MilanoValue

Constructors

Link copied to clipboard
constructor(values: Map<String, MilanoValue>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int

The document model's value size, the unit of the value size limit: one for a scalar or null, one per Unicode scalar for a string, and one plus the sizes of the elements or fields for an array or a record.

Link copied to clipboard
Link copied to clipboard