Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DebugOptions

import type { DebugOptions } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

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

interface DebugOptions {
dataSampling?: DataSamplingConfig;
enableHotKeyLogging?: boolean;
}

§Properties

§

Configuration options for sampling elements from a running pipeline.

§
enableHotKeyLogging?: boolean
[src]

When true, enables the logging of the literal hot key to the user's Cloud Logging.