Show / Hide Table of Contents

Class AggregationThresholdPolicy

Represents privacy policy associated with "aggregation threshold" method.

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

Properties

ETag

The ETag of the item.

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

PrivacyUnitColumns

Optional. The privacy unit column(s) associated with this policy. For now, only one column per data source object (table, view) is allowed as a privacy unit column. Representing as a repeated field in metadata for extensibility to multiple columns in future. Duplicates and Repeated struct fields are not allowed. For nested fields, use dot notation ("outer.inner")

Declaration
[JsonProperty("privacyUnitColumns")]
public virtual IList<string> PrivacyUnitColumns { get; set; }
Property Value
Type Description
IList<string>

Threshold

Optional. The threshold for the "aggregation threshold" policy.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX