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

GooglePrivacyDlpV2LDiversityEquivalenceClass

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

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

interface GooglePrivacyDlpV2LDiversityEquivalenceClass {
equivalenceClassSize?: bigint;
numDistinctSensitiveValues?: bigint;
quasiIdsValues?: GooglePrivacyDlpV2Value[];
topSensitiveValues?: GooglePrivacyDlpV2ValueFrequency[];
}

§Properties

§
equivalenceClassSize?: bigint
[src]

Size of the k-anonymity equivalence class.

§
numDistinctSensitiveValues?: bigint
[src]

Number of distinct sensitive values in this equivalence class.

§
quasiIdsValues?: GooglePrivacyDlpV2Value[]
[src]

Quasi-identifier values defining the k-anonymity equivalence class. The order is always the same as the original request.

§

Estimated frequencies of top sensitive values.