PartialRow
org.sagebionetworks.repo.model.table.PartialRow
Represents a single partial row of a TableEntity.
Field | Type | Description |
---|---|---|
etag | STRING | The current etag of this object. |
rowId | INTEGER | The immutable ID of a row. |
values | MAP<STRING,STRING> | The values for columns of this row as a map. The key is the columnId and value is the cell value. To perform updates on a row inside of Views, a pair of {"key":"etag", "value":"REPLACE-WITH-ETAG-OF-ENTITY-BEING-UPDATED"} must be also included. |