Class TelemetryExportTarget
- Namespace
- DotCompute.Abstractions.Telemetry
- Assembly
- DotCompute.Abstractions.dll
Defines a target for telemetry export.
public sealed class TelemetryExportTarget
- Inheritance
-
TelemetryExportTarget
- Inherited Members
Properties
Enabled
Gets or sets whether this target is enabled.
public bool Enabled { get; set; }
Property Value
Endpoint
Gets or sets the target endpoint or path.
public string Endpoint { get; set; }
Property Value
Format
Gets or sets the export format (e.g., "JSON", "CSV", "Binary").
public string Format { get; set; }
Property Value
Options
Gets or sets target-specific configuration options.
public Dictionary<string, object> Options { get; init; }
Property Value
TargetType
Gets or sets the target type (e.g., "Console", "File", "Network").
public string TargetType { get; set; }