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

SourceOperationRequest

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

A work item that represents the different operations that can be performed on a user-defined Source specification.

interface SourceOperationRequest {
name?: string;
originalName?: string;
stageName?: string;
systemName?: string;
}

§Properties

§

Information about a request to get metadata about a source.

§
name?: string
[src]

User-provided name of the Read instruction for this source.

§
originalName?: string
[src]

System-defined name for the Read instruction for this source in the original workflow graph.

§

Information about a request to split a source.

§
stageName?: string
[src]

System-defined name of the stage containing the source operation. Unique across the workflow.

§
systemName?: string
[src]

System-defined name of the Read instruction for this source. Unique across the workflow.