Annotation interface
Annotation associated with an application insights resource.
Properties
annotation |
Name of annotation |
category | Category of annotation, free form |
event |
Time when event occurred |
id | Unique Id for annotation |
properties | Serialized JSON object for detailed properties |
related |
Related parent annotation if any. Default value: 'null'. |
Property Details
annotationName
Name of annotation
annotationName?: string
Property Value
string
category
Category of annotation, free form
category?: string
Property Value
string
eventTime
Time when event occurred
eventTime?: Date
Property Value
Date
id
Unique Id for annotation
id?: string
Property Value
string
properties
Serialized JSON object for detailed properties
properties?: string
Property Value
string
relatedAnnotation
Related parent annotation if any. Default value: 'null'.
relatedAnnotation?: string
Property Value
string