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 `NumericalStatsConfig` class in the Google.Cloud.Dlp.V2 namespace computes numerical statistics like min, max, and quantiles over a specified column."],["This class is part of version 3.2.0 of the Google Cloud DLP .NET library, with links to the documentation of many versions ranging from 2.15.0 all the way up to 4.16.0."],["`NumericalStatsConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides a constructor and includes a `Field` property that allows users to define the specific column for which numerical stats will be calculated and supports data types such as integer, float, date, datetime, timestamp, and time."],["The latest version of this documentation is for 4.16.0, but contains documentation for other versions, such as 4.15.0, 4.14.0, and more."]]],[]]