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-03-24 UTC."],[[["This document provides reference documentation for the `AnalyzeDataSourceRiskDetails.Types.NumericalStatsResult` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `NumericalStatsResult` class, part of the `Google.Cloud.Dlp.V2` namespace, is designed to store the results of numerical statistical computations on data sources, inheriting from the base `object` class and implementing multiple interfaces."],["The latest version available is 4.16.0, with various older versions ranging from 4.15.0 down to 2.15.0, all of which are documented here, and it shows the version 2.16.0 it was released in."],["The class includes properties such as `MaxValue`, `MinValue`, and `QuantileValues`, representing the maximum, minimum, and a list of 99 quantile values within the data, respectively."],["The document details the constructors of the class, including a default constructor and one that accepts another `NumericalStatsResult` object for creating a new instance."]]],[]]