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

SourceSplitShard

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

DEPRECATED in favor of DerivedSource.

interface SourceSplitShard {
derivationMode?:
| "SOURCE_DERIVATION_MODE_UNKNOWN"
| "SOURCE_DERIVATION_MODE_INDEPENDENT"
| "SOURCE_DERIVATION_MODE_CHILD_OF_CURRENT"
| "SOURCE_DERIVATION_MODE_SIBLING_OF_CURRENT";
source?: Source;
}

§Properties

§
derivationMode?: "SOURCE_DERIVATION_MODE_UNKNOWN" | "SOURCE_DERIVATION_MODE_INDEPENDENT" | "SOURCE_DERIVATION_MODE_CHILD_OF_CURRENT" | "SOURCE_DERIVATION_MODE_SIBLING_OF_CURRENT"
[src]

DEPRECATED

§
source?: Source
[src]

DEPRECATED