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

Counters

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

Describes details about the progress of the job.

interface Counters {
readonly failedObjectCount?: bigint;
readonly succeededObjectCount?: bigint;
readonly totalObjectCount?: bigint;
}

§Properties

§
readonly failedObjectCount?: bigint
[src]

Output only. Number of objects failed.

§
readonly succeededObjectCount?: bigint
[src]

Output only. Number of objects completed.

§
readonly totalObjectCount?: bigint
[src]

Output only. Number of objects listed.