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 webpage provides documentation for the `CategoricalStatsConfig` class within the `Google.Cloud.Dlp.V2` namespace, spanning multiple versions."],["The `CategoricalStatsConfig` class, used in data loss prevention, computes numerical statistics over a column, such as distinct values and value count distribution."],["The latest available version is 4.16.0, with older versions, going back to 2.15.0 also being documented, but the base version shown is 3.4.0."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities within the .NET environment."],["`CategoricalStatsConfig` has two constructors and contains a `Field` property of the type `FieldId`, used to specify the column to perform calculations."]]],[]]