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

RddDataDistribution

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

Details about RDD usage.

interface RddDataDistribution {
address?: string;
diskUsed?: bigint;
memoryRemaining?: bigint;
memoryUsed?: bigint;
offHeapMemoryRemaining?: bigint;
offHeapMemoryUsed?: bigint;
onHeapMemoryRemaining?: bigint;
onHeapMemoryUsed?: bigint;
}

§Properties

§
address?: string
[src]
§
diskUsed?: bigint
[src]
§
memoryRemaining?: bigint
[src]
§
memoryUsed?: bigint
[src]
§
offHeapMemoryRemaining?: bigint
[src]
§
offHeapMemoryUsed?: bigint
[src]
§
onHeapMemoryRemaining?: bigint
[src]
§
onHeapMemoryUsed?: bigint
[src]