public sealed class SpanContext : IMessage<SpanContext>, IEquatable<SpanContext>, IDeepCloneable<SpanContext>, IBufferMessage, IMessage
The context of a span, attached to
[Exemplars][google.api.Distribution.Exemplars]
in [Distribution][google.api.Distribution] values during aggregation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `SpanContext` is 3.15.0, with various other versions available, ranging down to 2.3.0."],["`SpanContext` is a class representing the context of a span, which is attached to exemplars in distribution values during aggregation."],["This `SpanContext` class implements multiple interfaces, including `IMessage\u003cSpanContext\u003e`, `IEquatable\u003cSpanContext\u003e`, `IDeepCloneable\u003cSpanContext\u003e`, `IBufferMessage`, and `IMessage`."],["The `SpanContext` contains the `SpanName` property, which is the resource name of the span, formatted as projects/[PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]."],["The `SpanContext` class includes two constructors: a default constructor and one that accepts another `SpanContext` object as a parameter."]]],[]]