public sealed class QuasiIdentifierField : IMessage<StatisticalTable.Types.QuasiIdentifierField>, IEquatable<StatisticalTable.Types.QuasiIdentifierField>, IDeepCloneable<StatisticalTable.Types.QuasiIdentifierField>, IBufferMessage, IMessage
A quasi-identifier column has a custom_tag, used to know which column
in the data corresponds to which column in the statistical model.
A column can be tagged with a custom tag. In this case, the user must
indicate an auxiliary table that contains statistical information on
the possible values of this column (below).
[[["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-21 UTC."],[[["The page documents the `QuasiIdentifierField` class within the `Google.Cloud.Dlp.V2` namespace, which is part of the `Google.Cloud.Dlp.V2.dll` assembly and is used to define a quasi-identifier column for statistical analysis."],["The `QuasiIdentifierField` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["The class provides two constructors, a default constructor and one that takes another `QuasiIdentifierField` object for initialization, and it contains properties `CustomTag` (a string for custom column tagging) and `Field` (a `FieldId` to identify the column)."],["The content covers multiple versions of the `QuasiIdentifierField` class, ranging from version 2.15.0 up to the latest 4.16.0."],["A quasi-identifier column, represented by this class, includes a custom tag that is used to correlate the data column to its corresponding column in the statistical model."]]],[]]