Table of Contents

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

bool

Endpoint

Gets or sets the target endpoint or path.

public string Endpoint { get; set; }

Property Value

string

Format

Gets or sets the export format (e.g., "JSON", "CSV", "Binary").

public string Format { get; set; }

Property Value

string

Options

Gets or sets target-specific configuration options.

public Dictionary<string, object> Options { get; init; }

Property Value

Dictionary<string, object>

TargetType

Gets or sets the target type (e.g., "Console", "File", "Network").

public string TargetType { get; set; }

Property Value

string