Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AddEventOptions interface
- Package:
- @azure/core-tracing
Represents options you can pass to addEvent.
Properties
| attributes | A set of attributes to attach to the event. |
| startTime | The start time of the event. |
Property Details
attributes
A set of attributes to attach to the event.
attributes?: Record<string, unknown>
Property Value
Record<string, unknown>
startTime
The start time of the event.
startTime?: Date
Property Value
Date
