public sealed class KMapEstimationResult : IMessage<AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult>, IEquatable<AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult>, IBufferMessage, IMessage
Result of the reidentifiability analysis. Note that these results are an
estimation, not exact values.
public RepeatedField<AnalyzeDataSourceRiskDetails.Types.KMapEstimationResult.Types.KMapEstimationHistogramBucket> KMapEstimationHistogram { get; }
The intervals [min_anonymity, max_anonymity] do not overlap. If a value
doesn't correspond to any such interval, the associated frequency is
zero. For example, the following records:
{min_anonymity: 1, max_anonymity: 1, frequency: 17}
{min_anonymity: 2, max_anonymity: 3, frequency: 42}
{min_anonymity: 5, max_anonymity: 10, frequency: 99}
mean that there are no record with an estimated anonymity of 4, 5, or
larger than 10.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eKMapEstimationResult\u003c/code\u003e class, which is used to present the results of reidentifiability analysis, providing an estimation of data reidentification risk.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKMapEstimationResult\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace and is implemented in the \u003ccode\u003eGoogle.Cloud.Dlp.V2.dll\u003c/code\u003e assembly, relating to data loss prevention functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default one and another that accepts an \u003ccode\u003eAnalyzeDataSourceRiskDetails.Types.KMapEstimationResult\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eObject\u003c/code\u003e, utilizing inherited members such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has one primary property, \u003ccode\u003eKMapEstimationHistogram\u003c/code\u003e, which contains a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eKMapEstimationHistogramBucket\u003c/code\u003e objects, describing the distribution of anonymity estimation results within non-overlapping intervals.\u003c/p\u003e\n"]]],[],null,[]]