StreamBlockData
import type { StreamBlockData } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Stream Block Data.
interface StreamBlockData {
deserialized?: boolean;
diskSize?: bigint;
executorId?: string;
hostPort?: string;
memSize?: bigint;
name?: string;
storageLevel?: string;
useDisk?: boolean;
useMemory?: boolean;
}