TelemetryDataKind Struct

Definition

The type of telemetry data to export.

public readonly struct TelemetryDataKind : IEquatable<Azure.AI.Projects.Agents.TelemetryDataKind>
type TelemetryDataKind = struct
Public Structure TelemetryDataKind
Implements IEquatable(Of TelemetryDataKind)
Inheritance
TelemetryDataKind
Implements

Constructors

Name Description
TelemetryDataKind(String)

Initializes a new instance of TelemetryDataKind.

Properties

Name Description
ContainerOtel

Container OpenTelemetry signals.

ContainerStdoutStderr

Container stdout and stderr logs.

Metrics

Container metrics.

Methods

Name Description
Equals(TelemetryDataKind)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(TelemetryDataKind, TelemetryDataKind)

Determines if two TelemetryDataKind values are the same.

Implicit(String to Nullable<TelemetryDataKind>)
Implicit(String to TelemetryDataKind)

Converts a string to a TelemetryDataKind.

Inequality(TelemetryDataKind, TelemetryDataKind)

Determines if two TelemetryDataKind values are not the same.

Applies to