Show / Hide Table of Contents

Class GooglePrivacyDlpV2KAnonymityHistogramBucket

Histogram of k-anonymity equivalence classes.

Inheritance
object
GooglePrivacyDlpV2KAnonymityHistogramBucket
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX