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

HotKeyInfo

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

Information about a hot key.

interface HotKeyInfo {
hotKeyAge?: number;
key?: string;
keyTruncated?: boolean;
}

§Properties

§
hotKeyAge?: number
[src]

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

§
key?: string
[src]

A detected hot key that is causing limited parallelism. This field will be populated only if the following flag is set to true: "--enable_hot_key_logging".

§
keyTruncated?: boolean
[src]

If true, then the above key is truncated and cannot be deserialized. This occurs if the key above is populated and the key size is >5MB.