public sealed class StatisticalTable : IMessage<StatisticalTable>, IEquatable<StatisticalTable>, IDeepCloneable<StatisticalTable>, IBufferMessage, IMessage
An auxiliary table containing statistical information on the relative
frequency of different quasi-identifiers values. It has one or several
quasi-identifiers columns, and one column that indicates the relative
frequency of each quasi-identifier tuple.
If a tuple is present in the data but not in the auxiliary table, the
corresponding relative frequency is assumed to be zero (and thus, the
tuple is highly reidentifiable).
[[["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\u003eThe \u003ccode\u003eStatisticalTable\u003c/code\u003e class, part of the Google.Cloud.Dlp.V2 namespace, provides a way to represent an auxiliary table with statistical data about the frequency of quasi-identifier values.\u003c/p\u003e\n"],["\u003cp\u003eThis data structure is utilized to contain one or more quasi-identifier columns in conjunction with a column that shows the corresponding frequency for each quasi-identifier tuple.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties for specifying the quasi-identifier columns (\u003ccode\u003eQuasiIds\u003c/code\u003e), the column representing relative frequency (\u003ccode\u003eRelativeFrequency\u003c/code\u003e), and the location of the auxiliary table (\u003ccode\u003eTable\u003c/code\u003e) through \u003ccode\u003eBigQueryTable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the package available is \u003ccode\u003e4.16.0\u003c/code\u003e, and multiple historical versions, ranging from \u003ccode\u003e4.15.0\u003c/code\u003e down to \u003ccode\u003e2.15.0\u003c/code\u003e, can be accessed through the provided links.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStatisticalTable\u003c/code\u003e class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, extending its functionality in data handling and management.\u003c/p\u003e\n"]]],[],null,[]]