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."],[[["The webpage provides documentation for `NumericalStatsConfig` within the `Google.Cloud.Dlp.V2` namespace, specifically detailing how to compute numerical stats over a column."],["The latest version documented is 4.16.0, with a range of previous versions, starting from 2.15.0 up to the current version, also being listed, allowing access to the API reference for each of them."],["`NumericalStatsConfig` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and the documentation includes inherited members from Object."],["The class contains a `Field` property which specifies the column on which to compute numerical statistics, and the supported types include integer, float, date, datetime, timestamp, and time."]]],[]]