Table of Contents

Class TelemetryEvent

Namespace
AiDotNet.Deployment.Runtime
Assembly
AiDotNet.dll

Represents a telemetry event.

public class TelemetryEvent
Inheritance
TelemetryEvent
Inherited Members

Properties

Name

public string Name { get; set; }

Property Value

string

Properties

public Dictionary<string, object> Properties { get; set; }

Property Value

Dictionary<string, object>

Timestamp

public DateTime Timestamp { get; set; }

Property Value

DateTime