Show / Hide Table of Contents

Class GooglePrivacyDlpV2DataProfileBigQueryRowSchema

The schema of data to be saved to the BigQuery table when the DataProfileAction is enabled.

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

Properties

ColumnProfile

Column data profile column

Declaration
[JsonProperty("columnProfile")]
public virtual GooglePrivacyDlpV2ColumnDataProfile ColumnProfile { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2ColumnDataProfile

ETag

The ETag of the item.

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

FileStoreProfile

File store data profile column.

Declaration
[JsonProperty("fileStoreProfile")]
public virtual GooglePrivacyDlpV2FileStoreDataProfile FileStoreProfile { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2FileStoreDataProfile

TableProfile

Table data profile column

Declaration
[JsonProperty("tableProfile")]
public virtual GooglePrivacyDlpV2TableDataProfile TableProfile { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2TableDataProfile

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX