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 totalBytesFound?: 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 totalBytesFound?: bigint
[src]

Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.

§
readonly totalObjectCount?: bigint
[src]

Output only. Number of objects listed.