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

ComponentSource

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

Description of an interstitial value between transforms in an execution stage.

interface ComponentSource {
name?: string;
originalTransformOrCollection?: string;
userName?: string;
}

§Properties

§
name?: string
[src]

Dataflow service generated name for this source.

§
originalTransformOrCollection?: string
[src]

User name for the original user transform or collection with which this source is most closely associated.

§
userName?: string
[src]

Human-readable name for this transform; may be user or system generated.