public sealed class QuasiIdentifierField : IMessage<StatisticalTable.Types.QuasiIdentifierField>, IEquatable<StatisticalTable.Types.QuasiIdentifierField>, IDeepCloneable<StatisticalTable.Types.QuasiIdentifierField>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class StatisticalTable.Types.QuasiIdentifierField.
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 `QuasiIdentifierField` class is part of the Google Cloud Data Loss Prevention v2 API and is used to define a column within a statistical table."],["This class has a `CustomTag` property which can be used to associate a column with an auxiliary table containing statistical information about the column's possible values."],["The `Field` property of this class is a `FieldId` that identifies the specific column in question."],["The `QuasiIdentifierField` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are used to support various features such as message serialization, comparison, and cloning."],["This page contains information for version 4.3.0, however 23 other versions are also available, ranging from 2.15.0 to 4.16.0."]]],[]]