Class AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket (3.3.0)

public sealed class DeltaPresenceEstimationHistogramBucket : IMessage<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket>, IEquatable<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket>, IBufferMessage, IMessage

A DeltaPresenceEstimationHistogramBucket message with the following values: min_probability: 0.1 max_probability: 0.2 frequency: 42 means that there are 42 records for which δ is in [0.1, 0.2). An important particular case is when min_probability = max_probability = 1: then, every individual who shares this quasi-identifier combination is in the dataset.

Inheritance

Object > AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DeltaPresenceEstimationHistogramBucket()

public DeltaPresenceEstimationHistogramBucket()

DeltaPresenceEstimationHistogramBucket(AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket)

public DeltaPresenceEstimationHistogramBucket(AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket other)
Parameter
NameDescription
otherAnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationHistogramBucket

Properties

BucketSize

public long BucketSize { get; set; }

Number of records within these probability bounds.

Property Value
TypeDescription
Int64

BucketValueCount

public long BucketValueCount { get; set; }

Total number of distinct quasi-identifier tuple values in this bucket.

Property Value
TypeDescription
Int64

BucketValues

public RepeatedField<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationQuasiIdValues> 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
TypeDescription
RepeatedField<AnalyzeDataSourceRiskDetails.Types.DeltaPresenceEstimationResult.Types.DeltaPresenceEstimationQuasiIdValues>

MaxProbability

public double MaxProbability { get; set; }

Always greater than or equal to min_probability.

Property Value
TypeDescription
Double

MinProbability

public double MinProbability { get; set; }

Between 0 and 1.

Property Value
TypeDescription
Double