public sealed class AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult.Types.KMapEstimationHistogramBucket : IMessage<AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult.Types.KMapEstimationHistogramBucket>, IEquatable<AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult.Types.KMapEstimationHistogramBucket>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult.Types.KMapEstimationHistogramBucket>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult.Types.KMapEstimationHistogramBucket.
A KMapEstimationHistogramBucket message with the following values: min_anonymity: 3 max_anonymity: 5 frequency: 42 means that there are 42 records whose quasi-identifier values correspond to 3, 4 or 5 people in the overlying population. An important particular case is when min_anonymity = max_anonymity = 1: the frequency field then corresponds to the number of uniquely identifiable records.
Inheritance
object > AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult.Types.KMapEstimationHistogramBucketImplements
IMessageAnalyzeDataSourceRiskDetailsTypesKMapEstimationResultTypesKMapEstimationHistogramBucket, IEquatableAnalyzeDataSourceRiskDetailsTypesKMapEstimationResultTypesKMapEstimationHistogramBucket, IDeepCloneableAnalyzeDataSourceRiskDetailsTypesKMapEstimationResultTypesKMapEstimationHistogramBucket, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
KMapEstimationHistogramBucket()
public KMapEstimationHistogramBucket()
KMapEstimationHistogramBucket(KMapEstimationHistogramBucket)
public KMapEstimationHistogramBucket(AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult.Types.KMapEstimationHistogramBucket other)
Parameter | |
---|---|
Name | Description |
other |
AnalyzeDataSourceRiskDetailsTypesKMapEstimationResultTypesKMapEstimationHistogramBucket |
Properties
BucketSize
public long BucketSize { get; set; }
Number of records within these anonymity bounds.
Property Value | |
---|---|
Type | Description |
long |
BucketValueCount
public long BucketValueCount { get; set; }
Total number of distinct quasi-identifier tuple values in this bucket.
Property Value | |
---|---|
Type | Description |
long |
BucketValues
public RepeatedField<AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult.Types.KMapEstimationQuasiIdValues> BucketValues { get; }
Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAnalyzeDataSourceRiskDetailsTypesKMapEstimationResultTypesKMapEstimationQuasiIdValues |
MaxAnonymity
public long MaxAnonymity { get; set; }
Always greater than or equal to min_anonymity.
Property Value | |
---|---|
Type | Description |
long |
MinAnonymity
public long MinAnonymity { get; set; }
Always positive.
Property Value | |
---|---|
Type | Description |
long |