public sealed class PrivacyMetric.Types.CategoricalStatsConfig : IMessage<PrivacyMetric.Types.CategoricalStatsConfig>, IEquatable<PrivacyMetric.Types.CategoricalStatsConfig>, IDeepCloneable<PrivacyMetric.Types.CategoricalStatsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PrivacyMetric.Types.CategoricalStatsConfig.
Compute numerical stats over an individual column, including number of distinct values and value count distribution.
Implements
IMessagePrivacyMetricTypesCategoricalStatsConfig, IEquatablePrivacyMetricTypesCategoricalStatsConfig, IDeepCloneablePrivacyMetricTypesCategoricalStatsConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
CategoricalStatsConfig()
public CategoricalStatsConfig()
CategoricalStatsConfig(CategoricalStatsConfig)
public CategoricalStatsConfig(PrivacyMetric.Types.CategoricalStatsConfig other)
Parameter | |
---|---|
Name | Description |
other |
PrivacyMetricTypesCategoricalStatsConfig |
Properties
Field
public FieldId Field { get; set; }
Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
Property Value | |
---|---|
Type | Description |
FieldId |