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