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.
Implements
IMessageStatisticalTableTypesQuasiIdentifierField, IEquatableStatisticalTableTypesQuasiIdentifierField, IDeepCloneableStatisticalTableTypesQuasiIdentifierField, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
QuasiIdentifierField()
public QuasiIdentifierField()
QuasiIdentifierField(QuasiIdentifierField)
public QuasiIdentifierField(StatisticalTable.Types.QuasiIdentifierField other)
Parameter | |
---|---|
Name | Description |
other | StatisticalTableTypesQuasiIdentifierField |
Properties
CustomTag
public string CustomTag { get; set; }
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).
Property Value | |
---|---|
Type | Description |
string |
Field
public FieldId Field { get; set; }
Identifies the column.
Property Value | |
---|---|
Type | Description |
FieldId |