public sealed class PrivacyMetric.Types.NumericalStatsConfig : IMessage<PrivacyMetric.Types.NumericalStatsConfig>, IEquatable<PrivacyMetric.Types.NumericalStatsConfig>, IDeepCloneable<PrivacyMetric.Types.NumericalStatsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PrivacyMetric.Types.NumericalStatsConfig.
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 document provides reference documentation for the `PrivacyMetric.Types.NumericalStatsConfig` class within the Google Cloud Data Loss Prevention (DLP) v2 API."],["The `NumericalStatsConfig` class allows the computation of numerical statistics, such as min, max, and quantiles, over a specified column in the Google cloud DLP API."],["The class supports various data types, including integer, float, date, datetime, timestamp, and time and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of the API is 4.16.0, with versions listed down to 2.15.0, indicating the variety of version compatibility for this class."],["This class has two constructors, one being `NumericalStatsConfig()` and the other being `NumericalStatsConfig(PrivacyMetric.Types.NumericalStatsConfig other)`."]]],[]]