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

GooglePrivacyDlpV2DeidentifyDataSourceStats

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

Summary of what was modified during a transformation.

interface GooglePrivacyDlpV2DeidentifyDataSourceStats {
transformationCount?: bigint;
transformationErrorCount?: bigint;
transformedBytes?: bigint;
}

§Properties

§
transformationCount?: bigint
[src]

Number of successfully applied transformations.

§
transformationErrorCount?: bigint
[src]

Number of errors encountered while trying to apply transformations.

§
transformedBytes?: bigint
[src]

Total size in bytes that were transformed in some way.