SpanDetails Class
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.
Groups span configuration for scope construction.
public sealed class SpanDetails
type SpanDetails = class
Public NotInheritable Class SpanDetails
- Inheritance
-
SpanDetails
Constructors
| Name | Description |
|---|---|
| SpanDetails(Nullable<ActivityKind>, Nullable<ActivityContext>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, ActivityLink[]) |
Initializes a new instance of the SpanDetails class. |
Properties
| Name | Description |
|---|---|
| EndTime |
Gets the optional explicit end time. |
| ParentContext |
Gets the optional OpenTelemetry parent context used to link this span to an upstream operation. |
| SpanKind |
Gets the optional span kind override. |
| SpanLinks |
Gets the optional span links to associate with this span. |
| StartTime |
Gets the optional explicit start time. |