Show / Hide Table of Contents

Class GooglePrivacyDlpV2LDiversityEquivalenceClass

The set of columns' values that share the same ldiversity value.

Inheritance
object
GooglePrivacyDlpV2LDiversityEquivalenceClass
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2LDiversityEquivalenceClass : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EquivalenceClassSize

Size of the k-anonymity equivalence class.

Declaration
[JsonProperty("equivalenceClassSize")]
public virtual long? EquivalenceClassSize { get; set; }
Property Value
Type Description
long?

NumDistinctSensitiveValues

Number of distinct sensitive values in this equivalence class.

Declaration
[JsonProperty("numDistinctSensitiveValues")]
public virtual long? NumDistinctSensitiveValues { get; set; }
Property Value
Type Description
long?

QuasiIdsValues

Quasi-identifier values defining the k-anonymity equivalence class. The order is always the same as the original request.

Declaration
[JsonProperty("quasiIdsValues")]
public virtual IList<GooglePrivacyDlpV2Value> QuasiIdsValues { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2Value>

TopSensitiveValues

Estimated frequencies of top sensitive values.

Declaration
[JsonProperty("topSensitiveValues")]
public virtual IList<GooglePrivacyDlpV2ValueFrequency> TopSensitiveValues { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2ValueFrequency>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX