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

SeqMapTaskOutputInfo

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

Information about an output of a SeqMapTask.

interface SeqMapTaskOutputInfo {
sink?: Sink;
tag?: string;
}

§Properties

§
sink?: Sink
[src]

The sink to write the output value to.

§
tag?: string
[src]

The id of the TupleTag the user code will tag the output value by.