Class DebugOptions (1.0.0-beta03)

public sealed class DebugOptions : IMessage<DebugOptions>, IEquatable<DebugOptions>, IDeepCloneable<DebugOptions>, IBufferMessage, IMessage

Describes any options that have an effect on the debugging of pipelines.

Inheritance

Object > DebugOptions

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

DebugOptions()

public DebugOptions()

DebugOptions(DebugOptions)

public DebugOptions(DebugOptions other)
Parameter
NameDescription
otherDebugOptions

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
TypeDescription
Boolean