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-04-09 UTC."],[[["This webpage details the `QuasiIdentifierField` class within the `Google.Cloud.Dlp.V2` namespace, used to identify columns in a statistical model and is currently documented up to version 4.16.0 (latest)."],["The `QuasiIdentifierField` class is part of the `Google.Cloud.Dlp.V2` library, and is designed to work with statistical tables, allowing users to assign a `custom_tag` to specify a column within a data set, in order to then correspond to a specific column in a statistical model."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class in .NET."],["The `QuasiIdentifierField` class includes two constructors: a default constructor and one that accepts another `QuasiIdentifierField` instance for copying, as well as properties including `CustomTag` (a string) and `Field` (a `FieldId`)."],["A list of previous version documentation is available in the content."]]],[]]