MetricFeedbackCommon interface
Represents properties common to all metric feedback types.
Properties
created |
feedback created time |
dimension |
The dimension key of the time series to which this feedback is made. |
id | feedback unique id |
metric |
metric unique id |
user |
user who gives this feedback |
Property Details
createdOn
feedback created time
createdOn?: Date
Property Value
Date
dimensionKey
The dimension key of the time series to which this feedback is made.
dimensionKey: DimensionKey
Property Value
id
feedback unique id
id?: string
Property Value
string
metricId
metric unique id
metricId: string
Property Value
string
userPrincipal
user who gives this feedback
userPrincipal?: string
Property Value
string