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

GooglePrivacyDlpV2HybridInspectStatistics

import type { GooglePrivacyDlpV2HybridInspectStatistics } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Statistics related to processing hybrid inspect requests.

interface GooglePrivacyDlpV2HybridInspectStatistics {
abortedCount?: bigint;
pendingCount?: bigint;
processedCount?: bigint;
}

§Properties

§
abortedCount?: bigint
[src]

The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.

§
pendingCount?: bigint
[src]

The number of hybrid requests currently being processed. Only populated when called via method getDlpJob. A burst of traffic may cause hybrid inspect requests to be enqueued. Processing will take place as quickly as possible, but resource limitations may impact how long a request is enqueued for.

§
processedCount?: bigint
[src]

The number of hybrid inspection requests processed within this job.