public sealed class NumericalStatsConfig : IMessage<PrivacyMetric.Types.NumericalStatsConfig>, IEquatable<PrivacyMetric.Types.NumericalStatsConfig>, IDeepCloneable<PrivacyMetric.Types.NumericalStatsConfig>, IBufferMessage, IMessage
Compute numerical stats over an individual column, including
min, max, and quantiles.
[[["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 `NumericalStatsConfig` class within the `Google.Cloud.Dlp.V2` namespace, which is used to compute numerical statistics like min, max, and quantiles over a specific column."],["The `NumericalStatsConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors, one default and one that accepts another `NumericalStatsConfig` object, allowing for easy duplication."],["The `Field` property, of type `FieldId`, specifies the column on which to compute numerical statistics and supports data types like integer, float, date, datetime, timestamp, and time."],["The page lists multiple versions of the documentation, ranging from the latest version 4.16.0 down to 2.15.0, allowing users to access the relevant documentation based on their library version."]]],[]]