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.
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-21 UTC."],[[["This webpage provides documentation for the `PrivacyMetric.Types.CategoricalStatsConfig` class within the Google Cloud Data Loss Prevention v2 API for .NET, with the most recent version of the documentation being 4.16.0."],["The `CategoricalStatsConfig` class is used to compute numerical statistics, including distinct value counts and value distribution, over individual columns of data, and this can be performed on all column types excluding arrays and structs."],["The documentation lists versions of this class from 2.15.0 up to 4.16.0, each corresponding to a specific version of the Google Cloud DLP v2 API, and includes an inheritance chain and a list of inherited members."],["The `CategoricalStatsConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and can be constructed with a default constructor or using another `CategoricalStatsConfig` instance."],["The class contains a Field property of type FieldId, used to specify the data column to be used when computing the categorical stats."]]],[]]