public sealed class SpanContext : IMessage<SpanContext>, IEquatable<SpanContext>, IDeepCloneable<SpanContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class SpanContext.
The context of a span. This is attached to an
[Exemplar][google.api.Distribution.Exemplar]
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-04-09 UTC."],[[["This document provides reference documentation for the `SpanContext` class within the Google Cloud Monitoring v3 API for .NET."],["`SpanContext` represents the context of a span, which is attached to an Exemplar in Distribution values during aggregation."],["The document lists various versions of the API, ranging from 2.3.0 to the latest 3.15.0, with 3.6.0 being the focused version, offering access to the documentation of each version."],["The `SpanContext` class inherits from object and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main property of the class is `SpanName`, a string that represents the resource name of the span, with a specified format including `PROJECT_ID_OR_NUMBER`, `TRACE_ID`, and `SPAN_ID`."]]],[]]