public sealed class StatisticalTable.Types.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 page provides reference documentation for the `StatisticalTable.Types.QuasiIdentifierField` class within the Google Cloud Data Loss Prevention v2 API."],["This class is used to define a quasi-identifier column with a custom tag to map data columns to statistical models."],["The `QuasiIdentifierField` class has two main properties: `CustomTag`, for labeling a column with a custom tag, and `Field`, to identify the specific column, both are used to reference data in an auxiliary table."],["Multiple versions of the documentation are available, ranging from version 2.15.0 to 4.16.0, with the latest version being 4.16.0."],["This class implements multiple interfaces, including IMessage, IEquatable, and IDeepCloneable, offering functionalities for message handling, equality comparison, and deep cloning."]]],[]]