public sealed class StackdriverLoggingConfig : IMessage<StackdriverLoggingConfig>, IEquatable<StackdriverLoggingConfig>, IDeepCloneable<StackdriverLoggingConfig>, IBufferMessage, IMessage
Specifies the fraction of operations to write to
Stackdriver Logging.
This field may contain any value between 0.0 and 1.0, inclusive.
0.0 is the default and means that no operations are logged.
[[["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."],[[["This page provides documentation for the `StackdriverLoggingConfig` class, which is part of the Google Cloud Tasks V2Beta3 library in .NET, version 2.0.0-beta08."],["The `StackdriverLoggingConfig` class allows users to configure logging options for Stackdriver Logging, enabling control over which operations are recorded."],["It inherits from the `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, comparison, deep cloning, and buffer management."],["The `StackdriverLoggingConfig` class has a `SamplingRatio` property that determines the proportion of operations that will be logged, with values ranging from 0.0 (no logs) to 1.0 (all logs)."],["The provided documentation showcases links to other versions of the library."]]],[]]