Class DebugOptions
Describes any options that have an effect on the debugging of pipelines.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class DebugOptions : IDirectResponseSchema
Properties
DataSampling
Configuration options for sampling elements from a running pipeline.
Declaration
[JsonProperty("dataSampling")]
public virtual DataSamplingConfig DataSampling { get; set; }
Property Value
Type | Description |
---|---|
DataSamplingConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableHotKeyLogging
Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging.
Declaration
[JsonProperty("enableHotKeyLogging")]
public virtual bool? EnableHotKeyLogging { get; set; }
Property Value
Type | Description |
---|---|
bool? |