(protected) new Row(table, rowId)
Represents a data row for a unique instance of table data.
Parameters:
| Name | Type | Description |
|---|---|---|
table |
Table | The parent table for this row. |
rowId |
string | Unique identifier for this row. |
- Source:
Members
-
keyValues
-
- Source:
Properties:
Name Type Description keyValuesArray.<string> Invariant values (constitute the primary key) for this row. -
rowId
-
- Source:
Properties:
Name Type Description rowIdstring Unique identifier for this row. -
samples
-
- Source:
Properties:
Name Type Description samplesArray.<Sample> Collection of data samples for this row. -
table
-
- Source:
Properties:
Name Type Description tableTable The parent table containing this row.
Methods
-
toString()
-
- Source:
Events
-
Row:expire
-
Fired when a sample is removed from the row by expiration policy.
Type:
- object
-
Row:sample
-
Fired when a sample is added to the row
Type:
- object