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"]],[["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."],[[["The `StatisticalTable` 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."],["This 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."],["The class includes properties for specifying the quasi-identifier columns (`QuasiIds`), the column representing relative frequency (`RelativeFrequency`), and the location of the auxiliary table (`Table`) through `BigQueryTable`."],["The latest version of the package available is `4.16.0`, and multiple historical versions, ranging from `4.15.0` down to `2.15.0`, can be accessed through the provided links."],["The `StatisticalTable` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality in data handling and management."]]],[]]