Class GooglePrivacyDlpV2KAnonymityHistogramBucket
Histogram of k-anonymity equivalence classes.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2KAnonymityHistogramBucket : 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<GooglePrivacyDlpV2KAnonymityEquivalenceClass> BucketValues { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2KAnonymityEquivalenceClass> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EquivalenceClassSizeLowerBound
Lower bound on the size of the equivalence classes in this bucket.
Declaration
[JsonProperty("equivalenceClassSizeLowerBound")]
public virtual long? EquivalenceClassSizeLowerBound { get; set; }
Property Value
Type | Description |
---|---|
long? |
EquivalenceClassSizeUpperBound
Upper bound on the size of the equivalence classes in this bucket.
Declaration
[JsonProperty("equivalenceClassSizeUpperBound")]
public virtual long? EquivalenceClassSizeUpperBound { get; set; }
Property Value
Type | Description |
---|---|
long? |