Class PrivacyMetric.Types.CategoricalStatsConfig (4.0.0)

public sealed class CategoricalStatsConfig : IMessage<PrivacyMetric.Types.CategoricalStatsConfig>, IEquatable<PrivacyMetric.Types.CategoricalStatsConfig>, IDeepCloneable<PrivacyMetric.Types.CategoricalStatsConfig>, IBufferMessage, IMessage

Compute numerical stats over an individual column, including number of distinct values and value count distribution.

Inheritance

Object > PrivacyMetric.Types.CategoricalStatsConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

CategoricalStatsConfig()

public CategoricalStatsConfig()

CategoricalStatsConfig(PrivacyMetric.Types.CategoricalStatsConfig)

public CategoricalStatsConfig(PrivacyMetric.Types.CategoricalStatsConfig other)
Parameter
NameDescription
otherPrivacyMetric.Types.CategoricalStatsConfig

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
TypeDescription
FieldId