Class GooglePrivacyDlpV2LDiversityEquivalenceClass
The set of columns' values that share the same ldiversity value.
Implements
Inherited Members
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> |