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

SourceFork

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

DEPRECATED in favor of DynamicSourceSplit.

interface SourceFork {
primary?: SourceSplitShard;
primarySource?: DerivedSource;
residual?: SourceSplitShard;
residualSource?: DerivedSource;
}

§Properties

§

DEPRECATED

§
primarySource?: DerivedSource
[src]

DEPRECATED

§

DEPRECATED

§
residualSource?: DerivedSource
[src]

DEPRECATED