Row
org.sagebionetworks.repo.model.grid.query.result.Row
A single row of a grid query result.
| Field | Type | Description |
|---|---|---|
| data | OBJECT | The JSON object representing a single row. |
| validationResults | ValidationResults | Results of a grid row against a JSON schema |
| rowId | STRING | Logical timestamp identifying the row in compact form `replicaId.sequenceNumber` (e.g. `123.456`). Used in filters (RowIdFilter) and patch/update operations. |