public sealed class StatisticalTable : IMessage<StatisticalTable>, IEquatable<StatisticalTable>, IDeepCloneable<StatisticalTable>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class StatisticalTable.
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."],[[["This webpage provides reference documentation for the `StatisticalTable` class within the Google Cloud Data Loss Prevention v2 API, specifically focusing on version 4.13.0 and other versions ranging from 2.15.0 to 4.16.0."],["The `StatisticalTable` class represents an auxiliary table that contains statistical information about the relative frequency of different quasi-identifiers, crucial for data privacy and re-identification risk assessment."],["Key properties of the `StatisticalTable` class include `QuasiIds`, which specifies the quasi-identifier columns; `RelativeFrequency`, which denotes the column containing relative frequency data; and `Table`, which defines the location of the auxiliary table in BigQuery."],["The page shows that the class implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with some of the inherited members being `GetHashCode`, `GetType`, and `ToString`."],["The `StatisticalTable` class is found within the `Google.Cloud.Dlp.V2` namespace, which is located in the `Google.Cloud.Dlp.V2.dll` assembly, and offers two constructors, including one for creating a copy of an existing StatisticalTable object."]]],[]]