Whether this request should be traced or not.
May be null, which means that there's not enough information to know
whether this request should be traced or not.
[[["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 `ITraceContext` interface, found in the `Google.Cloud.Diagnostics.Common` namespace and `Google.Cloud.Diagnostics.Common.dll` assembly, provides context for tracing within the Google Cloud environment."],["The `ShouldTrace` property indicates whether a request should be traced, returning a nullable boolean (`bool?`) that might be null if there isn't enough data to tell."],["The `SpanId` property returns a nullable 64-bit unsigned integer (`ulong?`), representing the span identifier, or null if not available, corresponding to the `span_id` field in the TraceSpan API message."],["The `TraceId` property returns a string value, which is the trace identifier, or null if one isn't accessible, corresponding to the `trace_id` field in the Trace API message."],["This page contains version information for the ITraceContext, from 4.3.1 up to the most recent 5.2.0."]]],[]]