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

ApplicationAttemptInfo

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

Specific attempt of an application.

interface ApplicationAttemptInfo {
appSparkVersion?: string;
attemptId?: string;
completed?: boolean;
durationMillis?: bigint;
endTime?: Date;
lastUpdated?: Date;
sparkUser?: string;
startTime?: Date;
}

§Properties

§
appSparkVersion?: string
[src]
§
attemptId?: string
[src]
§
completed?: boolean
[src]
§
durationMillis?: bigint
[src]
§
endTime?: Date
[src]
§
lastUpdated?: Date
[src]
§
sparkUser?: string
[src]
§
startTime?: Date
[src]