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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This page provides documentation for the `CategoricalStatsConfig` class within the `Google.Cloud.Dlp.V2` namespace, covering versions from 2.15.0 up to the latest release of 4.16.0."],["The `CategoricalStatsConfig` class is designed to compute statistical data on a column, including the number of distinct values and their distribution, within the context of data privacy."],["It inherits from the `Object` class and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in data structure and manipulation."],["The class offers two constructors, including one for creating a new instance and another for copying from an existing `CategoricalStatsConfig` instance."],["The `Field` property allows setting the target column for which categorical statistics will be calculated, supporting all column types except for arrays and structs."]]],[]]