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

RddPartitionInfo

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

Information about RDD partitions.

interface RddPartitionInfo {
blockName?: string;
diskUsed?: bigint;
executors?: string[];
memoryUsed?: bigint;
storageLevel?: string;
}

§Properties

§
blockName?: string
[src]
§
diskUsed?: bigint
[src]
§
executors?: string[]
[src]
§
memoryUsed?: bigint
[src]
§
storageLevel?: string
[src]