Class StackdriverLoggingConfig
Configuration options for writing logs to Stackdriver Logging.
Implements
Inherited Members
Namespace: Google.Apis.CloudTasks.v2beta3.Data
Assembly: Google.Apis.CloudTasks.v2beta3.dll
Syntax
public class StackdriverLoggingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SamplingRatio
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.
Declaration
[JsonProperty("samplingRatio")]
public virtual double? SamplingRatio { get; set; }
Property Value
Type | Description |
---|---|
double? |