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

MultiOutputInfo

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

Information about an output of a multi-output DoFn.

interface MultiOutputInfo {
tag?: string;
}

§Properties

§
tag?: string
[src]

The id of the tag the user code will emit to this output by; this should correspond to the tag of some SideInputInfo.