Dataflow v1beta3 API - Class DebugOptions (2.0.0-beta04)

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

GoogleGoogle.CloudGoogle.Cloud.DataflowV1Beta3

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
bool