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

StreamingComputationRanges

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

Describes full or partial data disk assignment information of the computation ranges.

interface StreamingComputationRanges {
computationId?: string;
rangeAssignments?: KeyRangeDataDiskAssignment[];
}

§Properties

§
computationId?: string
[src]

The ID of the computation.

§
rangeAssignments?: KeyRangeDataDiskAssignment[]
[src]

Data disk assignments for ranges from this computation.