Google Privacy Dlp V2Categorical Stats Histogram Bucket Response
data class GooglePrivacyDlpV2CategoricalStatsHistogramBucketResponse(val bucketSize: String, val bucketValueCount: String, val bucketValues: List<GooglePrivacyDlpV2ValueFrequencyResponse>, val valueFrequencyLowerBound: String, val valueFrequencyUpperBound: String)
Histogram of value frequencies in the column.
Properties
Link copied to clipboard
Total number of values in this bucket.
Link copied to clipboard
Total number of distinct values in this bucket.
Link copied to clipboard
Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
Link copied to clipboard
Lower bound on the value frequency of the values in this bucket.
Link copied to clipboard
Upper bound on the value frequency of the values in this bucket.