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 webpage provides documentation for the `NumericalStatsConfig` class within the `Google.Cloud.Dlp.V2` namespace, specifically related to version 3.4.0, with links to more recent and earlier versions."],["`NumericalStatsConfig` is used to compute numerical statistics such as min, max, and quantiles over a single column of data and can be applied on data types including integer, float, date, datetime, timestamp, and time."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `Object` class."],["It includes a constructor `NumericalStatsConfig` and also a constructor for copying, `NumericalStatsConfig(PrivacyMetric.Types.NumericalStatsConfig other)`, and a `Field` property which sets the field to compute numerical stats on, which must be of type `FieldId`."],["The documentation contains links to the class's documentation from version 2.15.0 all the way to the latest 4.16.0 version, offering version-specific details."]]],[]]