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

StreamingSideInputLocation

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

Identifies the location of a streaming side input.

interface StreamingSideInputLocation {
stateFamily?: string;
tag?: string;
}

§Properties

§
stateFamily?: string
[src]

Identifies the state family where this side input is stored.

§
tag?: string
[src]

Identifies the particular side input within the streaming Dataflow job.