ITelemetry Interface

Definition

The base telemetry type for application insights.

public interface class ITelemetry
public interface ITelemetry
type ITelemetry = interface
Public Interface ITelemetry
Derived

Properties

Context

Gets the context associated with this telemetry instance.

Sequence

Gets or sets the value that defines absolute order of the telemetry item.

Timestamp

Gets or sets date and time when telemetry was recorded.

Methods

Sanitize()

Sanitizes the properties of the telemetry item based on DP constraints.

Applies to