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

GoogleDatastoreAdminV1Progress

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

Measures the progress of a particular metric.

interface GoogleDatastoreAdminV1Progress {
workCompleted?: bigint;
workEstimated?: bigint;
}

§Properties

§
workCompleted?: bigint
[src]

The amount of work that has been completed. Note that this may be greater than work_estimated.

§
workEstimated?: bigint
[src]

An estimate of how much work needs to be performed. May be zero if the work estimate is unavailable.