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

GooglePrivacyDlpV2CategoricalStatsHistogramBucket

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

Histogram of value frequencies in the column.

interface GooglePrivacyDlpV2CategoricalStatsHistogramBucket {
bucketSize?: bigint;
bucketValueCount?: bigint;
valueFrequencyLowerBound?: bigint;
valueFrequencyUpperBound?: bigint;
}

§Properties

§
bucketSize?: bigint
[src]

Total number of values in this bucket.

§
bucketValueCount?: bigint
[src]

Total number of distinct values in this bucket.

§

Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

§
valueFrequencyLowerBound?: bigint
[src]

Lower bound on the value frequency of the values in this bucket.

§
valueFrequencyUpperBound?: bigint
[src]

Upper bound on the value frequency of the values in this bucket.