Show / Hide Table of Contents

Class GooglePrivacyDlpV2CategoricalStatsHistogramBucket

Histogram of value frequencies in the column.

Inheritance
object
GooglePrivacyDlpV2CategoricalStatsHistogramBucket
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 GooglePrivacyDlpV2CategoricalStatsHistogramBucket : IDirectResponseSchema

Properties

BucketSize

Total number of values in this bucket.

Declaration
[JsonProperty("bucketSize")]
public virtual long? BucketSize { get; set; }
Property Value
Type Description
long?

BucketValueCount

Total number of distinct values in this bucket.

Declaration
[JsonProperty("bucketValueCount")]
public virtual long? BucketValueCount { get; set; }
Property Value
Type Description
long?

BucketValues

Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

Declaration
[JsonProperty("bucketValues")]
public virtual IList<GooglePrivacyDlpV2ValueFrequency> BucketValues { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2ValueFrequency>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ValueFrequencyLowerBound

Lower bound on the value frequency of the values in this bucket.

Declaration
[JsonProperty("valueFrequencyLowerBound")]
public virtual long? ValueFrequencyLowerBound { get; set; }
Property Value
Type Description
long?

ValueFrequencyUpperBound

Upper bound on the value frequency of the values in this bucket.

Declaration
[JsonProperty("valueFrequencyUpperBound")]
public virtual long? ValueFrequencyUpperBound { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX