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

BatchOperationMetadata

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

Metadata describing the Batch operation.

interface BatchOperationMetadata {
batch?: string;
batchUuid?: string;
createTime?: Date;
description?: string;
doneTime?: Date;
labels?: {
[key: string]: string;
}
;
operationType?: "BATCH_OPERATION_TYPE_UNSPECIFIED" | "BATCH";
warnings?: string[];
}

§Properties

§
batch?: string
[src]

Name of the batch for the operation.

§
batchUuid?: string
[src]

Batch UUID for the operation.

§
createTime?: Date
[src]

The time when the operation was created.

§
description?: string
[src]

Short description of the operation.

§
doneTime?: Date
[src]

The time when the operation finished.

§
labels?: {
[key: string]: string;
}
[src]

Labels associated with the operation.

§
operationType?: "BATCH_OPERATION_TYPE_UNSPECIFIED" | "BATCH"
[src]

The operation type.

§
warnings?: string[]
[src]

Warnings encountered during operation execution.