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

ProcessSummary

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

Process Summary

interface ProcessSummary {
addTime?: Date;
hostPort?: string;
isActive?: boolean;
processId?: string;
processLogs?: {
[key: string]: string;
}
;
removeTime?: Date;
totalCores?: number;
}

§Properties

§
addTime?: Date
[src]
§
hostPort?: string
[src]
§
isActive?: boolean
[src]
§
processId?: string
[src]
§
processLogs?: {
[key: string]: string;
}
[src]
§
removeTime?: Date
[src]
§
totalCores?: number
[src]