public sealed class DebugOptions : IMessage<DebugOptions>, IEquatable<DebugOptions>, IDeepCloneable<DebugOptions>, IBufferMessage, IMessageDescribes any options that have an effect on the debugging of pipelines.
Implements
IMessage<DebugOptions>, IEquatable<DebugOptions>, IDeepCloneable<DebugOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
DebugOptions()
public DebugOptions()DebugOptions(DebugOptions)
public DebugOptions(DebugOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
DebugOptions |
Properties
EnableHotKeyLogging
public bool EnableHotKeyLogging { get; set; }When true, enables the logging of the literal hot key to the user's Cloud Logging.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|