Show / Hide Table of Contents

Class DebugOptions

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

Inheritance
object
DebugOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX