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-21 UTC."],[[["The webpage provides documentation for `NumericalStatsConfig`, a class used to compute numerical statistics like min, max, and quantiles over a single column."],["`NumericalStatsConfig` is part of the `Google.Cloud.Dlp.V2` namespace within the `Google.Cloud.Dlp.V2.dll` assembly, specifically for the .NET platform."],["The class supports data types such as integer, float, date, datetime, timestamp, and time, and has two constructors, including one for creating a copy from another `NumericalStatsConfig`."],["The content showcases available versions of `NumericalStatsConfig`, ranging from version 2.15.0 to 4.16.0, with 4.16.0 being the latest version."],["`NumericalStatsConfig` implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."]]],[]]