Class GooglePrivacyDlpV2DataProfileBigQueryRowSchema
The schema of data to be saved to the BigQuery table when the DataProfileAction
is enabled.
Implements
Inherited Members
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 |