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

GooglePrivacyDlpV2KAnonymityHistogramBucket

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

Histogram of k-anonymity equivalence classes.

interface GooglePrivacyDlpV2KAnonymityHistogramBucket {
bucketSize?: bigint;
bucketValueCount?: bigint;
equivalenceClassSizeLowerBound?: bigint;
equivalenceClassSizeUpperBound?: bigint;
}

§Properties

§
bucketSize?: bigint
[src]

Total number of equivalence classes in this bucket.

§
bucketValueCount?: bigint
[src]

Total number of distinct equivalence classes in this bucket.

§

Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.

§
equivalenceClassSizeLowerBound?: bigint
[src]

Lower bound on the size of the equivalence classes in this bucket.

§
equivalenceClassSizeUpperBound?: bigint
[src]

Upper bound on the size of the equivalence classes in this bucket.