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

GooglePrivacyDlpV2Result

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

All result fields mentioned below are updated while the job is processing.

interface GooglePrivacyDlpV2Result {
numRowsProcessed?: bigint;
processedBytes?: bigint;
totalEstimatedBytes?: bigint;
}

§Properties

§

Statistics related to the processing of hybrid inspect.

§

Statistics of how many instances of each info type were found during inspect job.

§
numRowsProcessed?: bigint
[src]

Number of rows scanned post sampling and time filtering (Applicable for row based stores such as BigQuery).

§
processedBytes?: bigint
[src]

Total size in bytes that were processed.

§
totalEstimatedBytes?: bigint
[src]

Estimate of the number of bytes to process.