Google Cloud Data Loss Prevention v2 API - Class PrivacyMetric.Types.KAnonymityConfig (4.8.0)

public sealed class PrivacyMetric.Types.KAnonymityConfig : IMessage<PrivacyMetric.Types.KAnonymityConfig>, IEquatable<PrivacyMetric.Types.KAnonymityConfig>, IDeepCloneable<PrivacyMetric.Types.KAnonymityConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PrivacyMetric.Types.KAnonymityConfig.

k-anonymity metric, used for analysis of reidentification risk.

Inheritance

object > PrivacyMetric.Types.KAnonymityConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

KAnonymityConfig()

public KAnonymityConfig()

KAnonymityConfig(KAnonymityConfig)

public KAnonymityConfig(PrivacyMetric.Types.KAnonymityConfig other)
Parameter
NameDescription
otherPrivacyMetricTypesKAnonymityConfig

Properties

EntityId

public EntityId EntityId { get; set; }

Message indicating that multiple rows might be associated to a single individual. If the same entity_id is associated to multiple quasi-identifier tuples over distinct rows, we consider the entire collection of tuples as the composite quasi-identifier. This collection is a multiset: the order in which the different tuples appear in the dataset is ignored, but their frequency is taken into account.

Important note: a maximum of 1000 rows can be associated to a single entity ID. If more rows are associated with the same entity ID, some might be ignored.

Property Value
TypeDescription
EntityId

QuasiIds

public RepeatedField<FieldId> QuasiIds { get; }

Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.

Property Value
TypeDescription
RepeatedFieldFieldId