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

ReadInstruction

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

An instruction that reads records. Takes no inputs, produces one output.

interface ReadInstruction {
source?: Source;
}

§Properties

§
source?: Source
[src]

The source to read from.