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

StreamingStageLocation

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

Identifies the location of a streaming computation stage, for stage-to-stage communication.

interface StreamingStageLocation {
streamId?: string;
}

§Properties

§
streamId?: string
[src]

Identifies the particular stream within the streaming Dataflow job.