Dataflow v1beta3 API - Class DebugOptions (2.0.0-beta07)

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

Reference documentation and code samples for the Dataflow v1beta3 API class DebugOptions.

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
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
bool