Statistics interface
Definition of the statistic.
Properties
| counter |
Gets the property value of the statistic. |
| counter |
Gets the value of the statistic. |
| end |
Gets the endTime of the statistic. |
| id | Gets the id. |
| start |
Gets the startTime of the statistic. |
Property Details
counterProperty
Gets the property value of the statistic.
counterProperty?: string
Property Value
string
counterValue
Gets the value of the statistic.
counterValue?: number
Property Value
number
endTime
Gets the endTime of the statistic.
endTime?: Date
Property Value
Date
id
Gets the id.
id?: string
Property Value
string
startTime
Gets the startTime of the statistic.
startTime?: Date
Property Value
Date