public sealed class 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 `NumericalStatsConfig` class within the Google Cloud Data Loss Prevention (DLP) v2 API."],["`NumericalStatsConfig` is used to compute numerical statistics such as min, max, and quantiles over a specified column, supporting various data types like integer, float, date, datetime, timestamp, and time."],["The class `NumericalStatsConfig` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the data handling and manipulation process."],["The document lists available versions for the class, ranging from version 2.15.0 up to the latest release of version 4.16.0, providing a broad scope of version compatibility."],["The document details the `Field` property of the `NumericalStatsConfig` class, which is used to designate which field these numerical statistics should be computed on."]]],[]]