Optional, the number of queries traced per second. The sample rate determines
how often requests are automatically traced. Defaults to Google.Cloud.Diagnostics.Common.TraceOptions.DefaultQpsSampleRate.
[[["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-17 UTC."],[[["The `TraceOptions` class within the `Google.Cloud.Diagnostics.Common` namespace provides configuration options for initializing tracing in .NET applications."],["`TraceOptions` allows customization of the number of queries traced per second via the `QpsSampleRate` property, which defaults to a specific rate."],["It also allows for the specification of buffering behavior through the `BufferOptions` property and retry policies using the `RetryOptions` property."],["The static `Create` method provides a convenient way to instantiate `TraceOptions` with optional parameters for sample rate, buffering, and retry settings."],["The current version of this documentation is `5.1.0` although `5.2.0` is the latest available version."]]],[]]