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

HotKeyDetection

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

Proto describing a hot key detected on a given WorkItem.

interface HotKeyDetection {
hotKeyAge?: number;
systemName?: string;
userStepName?: string;
}

§Properties

§
hotKeyAge?: number
[src]

The age of the hot key measured from when it was first detected.

§
systemName?: string
[src]

System-defined name of the step containing this hot key. Unique across the workflow.

§
userStepName?: string
[src]

User-provided name of the step that contains this hot key.