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

WriteInstruction

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

An instruction that writes records. Takes one input, produces no outputs.

interface WriteInstruction {
sink?: Sink;
}

§Properties

§

The input.

§
sink?: Sink
[src]

The sink to write to.