public sealed class AnalyzeDataSourceRiskDetails.Types.NumericalStatsResult : IMessage<AnalyzeDataSourceRiskDetails.Types.NumericalStatsResult>, IEquatable<AnalyzeDataSourceRiskDetails.Types.NumericalStatsResult>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.NumericalStatsResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class AnalyzeDataSourceRiskDetails.Types.NumericalStatsResult.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `NumericalStatsResult` class within the Google Cloud Data Loss Prevention v2 API, specifically focusing on the result of numerical statistics calculations."],["The class `AnalyzeDataSourceRiskDetails.Types.NumericalStatsResult` is part of the `Google.Cloud.Dlp.V2` namespace, found within the `Google.Cloud.Dlp.V2.dll` assembly, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NumericalStatsResult` class contains properties such as `MaxValue`, `MinValue`, and `QuantileValues`, which represent the maximum value, minimum value, and a list of values dividing the data into 100 equal buckets, respectively, from the data being analyzed."],["The documentation covers various versions of the API, from version 2.15.0 to the latest 4.16.0, along with the ability to view details for each specific version."],["The content outlines the class's inheritance structure, starting from the base `object` class and detailing the implemented interfaces, in addition to provided constructors."]]],[]]