public sealed class PrivacyMetric.Types.KMapEstimationConfig.Types.AuxiliaryTable : IMessage<PrivacyMetric.Types.KMapEstimationConfig.Types.AuxiliaryTable>, IEquatable<PrivacyMetric.Types.KMapEstimationConfig.Types.AuxiliaryTable>, IDeepCloneable<PrivacyMetric.Types.KMapEstimationConfig.Types.AuxiliaryTable>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PrivacyMetric.Types.KMapEstimationConfig.Types.AuxiliaryTable.
An auxiliary table contains statistical information on the relative frequency of different quasi-identifiers values. It has one or several quasi-identifiers columns, and one column that indicates the relative frequency of each quasi-identifier tuple. If a tuple is present in the data but not in the auxiliary table, the corresponding relative frequency is assumed to be zero (and thus, the tuple is highly reidentifiable).
Implements
IMessagePrivacyMetricTypesKMapEstimationConfigTypesAuxiliaryTable, IEquatablePrivacyMetricTypesKMapEstimationConfigTypesAuxiliaryTable, IDeepCloneablePrivacyMetricTypesKMapEstimationConfigTypesAuxiliaryTable, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
AuxiliaryTable()
public AuxiliaryTable()AuxiliaryTable(AuxiliaryTable)
public AuxiliaryTable(PrivacyMetric.Types.KMapEstimationConfig.Types.AuxiliaryTable other)| Parameter | |
|---|---|
| Name | Description |
other |
PrivacyMetricTypesKMapEstimationConfigTypesAuxiliaryTable |
Properties
QuasiIds
public RepeatedField<PrivacyMetric.Types.KMapEstimationConfig.Types.AuxiliaryTable.Types.QuasiIdField> QuasiIds { get; }Required. Quasi-identifier columns.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPrivacyMetricTypesKMapEstimationConfigTypesAuxiliaryTableTypesQuasiIdField |
|
RelativeFrequency
public FieldId RelativeFrequency { get; set; }Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
| Property Value | |
|---|---|
| Type | Description |
FieldId |
|
Table
public BigQueryTable Table { get; set; }Required. Auxiliary table location.
| Property Value | |
|---|---|
| Type | Description |
BigQueryTable |
|