Show / Hide Table of Contents

Class GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues

A tuple of values for the quasi-identifier columns.

Inheritance
object
GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues
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 GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EstimatedProbability

The estimated probability that a given individual sharing these quasi-identifier values is in the dataset. This value, typically called δ, is the ratio between the number of records in the dataset with these quasi-identifier values, and the total number of individuals (inside and outside the dataset) with these quasi-identifier values. For example, if there are 15 individuals in the dataset who share the same quasi-identifier values, and an estimated 100 people in the entire population with these values, then δ is 0.15.

Declaration
[JsonProperty("estimatedProbability")]
public virtual double? EstimatedProbability { get; set; }
Property Value
Type Description
double?

QuasiIdsValues

The quasi-identifier values.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX