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 documentation for the `StatisticalTable` class within the Google Cloud Data Loss Prevention v2 API, specifically for .NET development, across multiple versions, with the latest being 4.16.0 and 4.9.0 being the current version on this page."],["The `StatisticalTable` class represents an auxiliary table containing statistical information about the relative frequency of quasi-identifier values, with an assumed relative frequency of zero for tuples not listed in this table."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Dlp.V2` namespace in the `Google.Cloud.Dlp.V2.dll` assembly."],["The `StatisticalTable` class has properties for `QuasiIds`, `RelativeFrequency`, and `Table`, representing the quasi-identifier columns, the relative frequency column, and the auxiliary table location, respectively, all of which are required."],["The page shows a list of previous versions of this class going back to version 2.15.0, allowing users to view code documentation for previous iterations of the StatisticalTable."]]],[]]