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

RddOperationNode

import type { RddOperationNode } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

A node in the RDD operation graph. Corresponds to a single RDD.

interface RddOperationNode {
barrier?: boolean;
cached?: boolean;
callsite?: string;
name?: string;
nodeId?: number;
outputDeterministicLevel?:
| "DETERMINISTIC_LEVEL_UNSPECIFIED"
| "DETERMINISTIC_LEVEL_DETERMINATE"
| "DETERMINISTIC_LEVEL_UNORDERED"
| "DETERMINISTIC_LEVEL_INDETERMINATE";
}

§Properties

§
barrier?: boolean
[src]
§
cached?: boolean
[src]
§
callsite?: string
[src]
§
name?: string
[src]
§
nodeId?: number
[src]
§
outputDeterministicLevel?: "DETERMINISTIC_LEVEL_UNSPECIFIED" | "DETERMINISTIC_LEVEL_DETERMINATE" | "DETERMINISTIC_LEVEL_UNORDERED" | "DETERMINISTIC_LEVEL_INDETERMINATE"
[src]