Skip to main content

ITelemetryPerformanceEventExt Interface

Performance telemetry event.

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

export interface ITelemetryPerformanceEventExt extends ITelemetryGenericEventExt

Extends: ITelemetryGenericEventExt

Remarks

Maps to category = "performance"

Properties

Property Alerts Modifiers Type Description
duration Alpha optional number Duration of event (optional)

Property Details

duration

Duration of event (optional)

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

duration?: number;

Type: number