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

GooglePrivacyDlpV2TransformationSummary

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

Summary of a single transformation. Only one of 'transformation', 'field_transformation', or 'record_suppress' will be set.

interface GooglePrivacyDlpV2TransformationSummary {
fieldTransformations?: GooglePrivacyDlpV2FieldTransformation[];
transformedBytes?: bigint;
}

§Properties

§

Set if the transformation was limited to a specific FieldId.

§

The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.

§

Set if the transformation was limited to a specific InfoType.

§

The specific suppression option these stats apply to.

§

Collection of all transformations that took place or had an error.

§

The specific transformation these stats apply to.

§
transformedBytes?: bigint
[src]

Total size in bytes that were transformed in some way.