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.
Implements
IMessage<StatisticalTable.Types.QuasiIdentifierField>, IEquatable<StatisticalTable.Types.QuasiIdentifierField>, IDeepCloneable<StatisticalTable.Types.QuasiIdentifierField>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
QuasiIdentifierField()
public QuasiIdentifierField()
QuasiIdentifierField(StatisticalTable.Types.QuasiIdentifierField)
public QuasiIdentifierField(StatisticalTable.Types.QuasiIdentifierField other)
Parameter | |
---|---|
Name | Description |
other | StatisticalTable.Types.QuasiIdentifierField |
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 |