...
Member | Class | Description |
---|---|---|
type | enum | Statistics Type: E.g. 'activity_count' |
fromDtm | Datetime | The start time of the period that this measure refers to |
toDtm | Datetime | The end time of the period that this measure refers to |
context_1_id context_1_type context_1_name | Uid String String | The first context object (id, type and name); may be null. |
value_1 | Double | The first value; may be null. |
.... | {NOTE There are 10 data contexts/values available for recording stats. Only 1 is show in this table definition. } |
Activity Statistics
Activity Statistics are recorded from TaskPlans executed, Actions triggered. (StreamView activities are not yet available.)
STATS_RECORD Column | Statistic | Detail |
---|---|---|
type | Type | Statistics Type: ACTIVITY |
fromDtm | Datetime | The start time of the period that this measure refers to |
toDtm | Datetime | The end time of the period that this measure refers to |
context_1_id context_1_type context_1_name | Uid String String | The first context object (id, type and name); may be null. |
value_1 | Double | The first value; may be null. |
Pipe Read Statistics
Not yet available.
...