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."],[[["This webpage provides documentation for the `StatisticalTable.Types.QuasiIdentifierField` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The `QuasiIdentifierField` class is used to represent a quasi-identifier column in a statistical model, and uses a `custom_tag` to link it to its corresponding data column."],["The webpage offers documentation for multiple versions of the API, ranging from version 2.15.0 up to the latest, 4.16.0, offering a historical overview of the changes."],["The `QuasiIdentifierField` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, showing its integration into the .NET framework."],["The primary properties of this class include `CustomTag`, a string that represents a user-defined tag for the column, and `Field`, which identifies the specific column using the `FieldId` type."]]],[]]