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 documentation page covers the `NumericalStatsConfig` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically in the `PrivacyMetric.Types` namespace."],["The `NumericalStatsConfig` class is used to compute numerical statistics, including min, max, and quantiles, over a single data column, supporting integer, float, date, datetime, timestamp, and time data types."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and message handling."],["The documentation provides details on the `NumericalStatsConfig` class's constructors, and its primary property, `Field`, which is of type `FieldId` and designates the column to perform the numerical stats on."],["This page lists all of the versions of this API from version 2.15.0 up to the most recent 4.16.0."]]],[]]