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

StreamingComputationTask

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

A task which describes what action should be performed for the specified streaming computation ranges.

interface StreamingComputationTask {
computationRanges?: StreamingComputationRanges[];
dataDisks?: MountedDataDisk[];
taskType?: "STREAMING_COMPUTATION_TASK_UNKNOWN" | "STREAMING_COMPUTATION_TASK_STOP" | "STREAMING_COMPUTATION_TASK_START";
}

§Properties

§
computationRanges?: StreamingComputationRanges[]
[src]

Contains ranges of a streaming computation this task should apply to.

§
dataDisks?: MountedDataDisk[]
[src]

Describes the set of data disks this task should apply to.

§
taskType?: "STREAMING_COMPUTATION_TASK_UNKNOWN" | "STREAMING_COMPUTATION_TASK_STOP" | "STREAMING_COMPUTATION_TASK_START"
[src]

A type of streaming computation task.