Show / Hide Table of Contents

Class PrivacyPolicy

Represents privacy policy that contains the privacy requirements specified by the data owner. Currently, this is only supported on views.

Inheritance
object
PrivacyPolicy
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.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class PrivacyPolicy : IDirectResponseSchema

Properties

AggregationThresholdPolicy

Optional. Policy used for aggregation thresholds.

Declaration
[JsonProperty("aggregationThresholdPolicy")]
public virtual AggregationThresholdPolicy AggregationThresholdPolicy { get; set; }
Property Value
Type Description
AggregationThresholdPolicy

DifferentialPrivacyPolicy

Optional. Policy used for differential privacy.

Declaration
[JsonProperty("differentialPrivacyPolicy")]
public virtual DifferentialPrivacyPolicy DifferentialPrivacyPolicy { get; set; }
Property Value
Type Description
DifferentialPrivacyPolicy

ETag

The ETag of the item.

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

JoinRestrictionPolicy

Optional. Join restriction policy is outside of the one of policies, since this policy can be set along with other policies. This policy gives data providers the ability to enforce joins on the 'join_allowed_columns' when data is queried from a privacy protected view.

Declaration
[JsonProperty("joinRestrictionPolicy")]
public virtual JoinRestrictionPolicy JoinRestrictionPolicy { get; set; }
Property Value
Type Description
JoinRestrictionPolicy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX