TelemetryDataKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |