Class GooglePrivacyDlpV2LDiversityHistogramBucket
Histogram of l-diversity equivalence class sensitive value frequencies.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2LDiversityHistogramBucket : IDirectResponseSchema
Properties
BucketSize
Total number of equivalence classes in this bucket.
Declaration
[JsonProperty("bucketSize")]
public virtual long? BucketSize { get; set; }
Property Value
Type | Description |
---|---|
long? |
BucketValueCount
Total number of distinct equivalence classes in this bucket.
Declaration
[JsonProperty("bucketValueCount")]
public virtual long? BucketValueCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
BucketValues
Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.
Declaration
[JsonProperty("bucketValues")]
public virtual IList<GooglePrivacyDlpV2LDiversityEquivalenceClass> BucketValues { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2LDiversityEquivalenceClass> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SensitiveValueFrequencyLowerBound
Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.
Declaration
[JsonProperty("sensitiveValueFrequencyLowerBound")]
public virtual long? SensitiveValueFrequencyLowerBound { get; set; }
Property Value
Type | Description |
---|---|
long? |
SensitiveValueFrequencyUpperBound
Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.
Declaration
[JsonProperty("sensitiveValueFrequencyUpperBound")]
public virtual long? SensitiveValueFrequencyUpperBound { get; set; }
Property Value
Type | Description |
---|---|
long? |