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

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;
}

§Properties

§
deserialized?: boolean
[src]
§
diskSize?: bigint
[src]
§
executorId?: string
[src]
§
hostPort?: string
[src]
§
memSize?: bigint
[src]
§
name?: string
[src]
§
storageLevel?: string
[src]
§
useDisk?: boolean
[src]
§
useMemory?: boolean
[src]