Class GooglePrivacyDlpV2KMapEstimationHistogramBucket
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.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2KMapEstimationHistogramBucket : IDirectResponseSchema
Properties
BucketSize
Number of records within these anonymity bounds.
Declaration
[JsonProperty("bucketSize")]
public virtual long? BucketSize { get; set; }
Property Value
Type | Description |
---|---|
long? |
BucketValueCount
Total number of distinct quasi-identifier tuple values in this bucket.
Declaration
[JsonProperty("bucketValueCount")]
public virtual long? BucketValueCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
BucketValues
Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
Declaration
[JsonProperty("bucketValues")]
public virtual IList<GooglePrivacyDlpV2KMapEstimationQuasiIdValues> BucketValues { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2KMapEstimationQuasiIdValues> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxAnonymity
Always greater than or equal to min_anonymity.
Declaration
[JsonProperty("maxAnonymity")]
public virtual long? MaxAnonymity { get; set; }
Property Value
Type | Description |
---|---|
long? |
MinAnonymity
Always positive.
Declaration
[JsonProperty("minAnonymity")]
public virtual long? MinAnonymity { get; set; }
Property Value
Type | Description |
---|---|
long? |