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

GooglePrivacyDlpV2KAnonymityEquivalenceClass

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

The set of columns' values that share the same ldiversity value

interface GooglePrivacyDlpV2KAnonymityEquivalenceClass {
equivalenceClassSize?: bigint;
quasiIdsValues?: GooglePrivacyDlpV2Value[];
}

§Properties

§
equivalenceClassSize?: bigint
[src]

Size of the equivalence class, for example number of rows with the above set of values.

§
quasiIdsValues?: GooglePrivacyDlpV2Value[]
[src]

Set of values defining the equivalence class. One value per quasi-identifier column in the original KAnonymity metric message. The order is always the same as the original request.