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, spanning multiple versions."],["The `CategoricalStatsConfig` class, found in the `Google.Cloud.Dlp.V2.PrivacyMetric.Types` namespace, is designed for computing numerical statistics, including distinct value counts and value distributions, across individual columns."],["The latest documented version is 4.16.0, and the class has been documented from version 2.15.0 to 4.16.0, as displayed in the version list provided."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for deep cloning and message handling."],["`CategoricalStatsConfig` class has a `Field` property, that determines the field where the statistics are computed, supporting all types except arrays and structs."]]],[]]