Google Cloud Data Loss Prevention v2 API - Class StatisticalTable.Types.QuasiIdentifierField (4.7.0)

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.

Inheritance

object > StatisticalTable.Types.QuasiIdentifierField

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

QuasiIdentifierField()

public QuasiIdentifierField()

QuasiIdentifierField(QuasiIdentifierField)

public QuasiIdentifierField(StatisticalTable.Types.QuasiIdentifierField other)
Parameter
NameDescription
otherStatisticalTableTypesQuasiIdentifierField

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
TypeDescription
string

Field

public FieldId Field { get; set; }

Identifies the column.

Property Value
TypeDescription
FieldId