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

Straggler

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

Information for a straggler.

interface Straggler {
batchStraggler?: StragglerInfo;
streamingStraggler?: StreamingStragglerInfo;
}

§Properties

§
batchStraggler?: StragglerInfo
[src]

Batch straggler identification and debugging information.

§
streamingStraggler?: StreamingStragglerInfo
[src]

Streaming straggler identification and debugging information.