Class GooglePrivacyDlpV2CategoricalStatsResult
Result of the categorical stats computation.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2CategoricalStatsResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueFrequencyHistogramBuckets
Histogram of value frequencies in the column.
Declaration
[JsonProperty("valueFrequencyHistogramBuckets")]
public virtual IList<GooglePrivacyDlpV2CategoricalStatsHistogramBucket> ValueFrequencyHistogramBuckets { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2CategoricalStatsHistogramBucket> |