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

RddStorageInfo

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

Overall data about RDD storage.

interface RddStorageInfo {
dataDistribution?: RddDataDistribution[];
diskUsed?: bigint;
memoryUsed?: bigint;
name?: string;
numCachedPartitions?: number;
numPartitions?: number;
partitions?: RddPartitionInfo[];
rddStorageId?: number;
storageLevel?: string;
}

§Properties

§
dataDistribution?: RddDataDistribution[]
[src]
§
diskUsed?: bigint
[src]
§
memoryUsed?: bigint
[src]
§
name?: string
[src]
§
numCachedPartitions?: number
[src]
§
numPartitions?: number
[src]
§
rddStorageId?: number
[src]
§
storageLevel?: string
[src]