public TraceDecisionPredicate TraceFallbackPredicate { get; set; }
A function to trace requests. If the trace header is not set then this function
will be called to determine if a given request should be traced. This will
not override trace headers. Can be null.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eTraceServiceOptions\u003c/code\u003e class, which is used for configuring trace initialization within the Google Cloud Diagnostics for ASP.NET Core 3 library, specifically version 4.3.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTraceServiceOptions\u003c/code\u003e class is now obsolete and users should utilize \u003ccode\u003eGoogle.Cloud.Diagnostics.AspNetCore3.AspNetCoreTraceOptions\u003c/code\u003e instead.\u003c/p\u003e\n"],["\u003cp\u003eIt allows configuration for sending traces with a \u003ccode\u003eTraceServiceClient\u003c/code\u003e, and includes other settings like project ID and a fallback predicate to determine if requests should be traced.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTraceServiceOptions\u003c/code\u003e class contains properties such as \u003ccode\u003eClient\u003c/code\u003e, \u003ccode\u003eOptions\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, and \u003ccode\u003eTraceFallbackPredicate\u003c/code\u003e, which are of types \u003ccode\u003eTraceServiceClient\u003c/code\u003e, \u003ccode\u003eTraceOptions\u003c/code\u003e, \u003ccode\u003estring\u003c/code\u003e, and \u003ccode\u003eTraceDecisionPredicate\u003c/code\u003e respectively.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the base \u003ccode\u003eObject\u003c/code\u003e class, and includes members \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]