Google Cloud Data Loss Prevention v2 API - Class PrivacyMetric.Types.CategoricalStatsConfig (4.8.0)

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.

Inheritance

object > PrivacyMetric.Types.CategoricalStatsConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

CategoricalStatsConfig()

public CategoricalStatsConfig()

CategoricalStatsConfig(CategoricalStatsConfig)

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

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