public sealed class DataProfileBigQueryRowSchema : IMessage<DataProfileBigQueryRowSchema>, IEquatable<DataProfileBigQueryRowSchema>, IDeepCloneable<DataProfileBigQueryRowSchema>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileBigQueryRowSchema.
The schema of data to be saved to the BigQuery table when the
DataProfileAction
is enabled.
Implements
IMessageDataProfileBigQueryRowSchema, IEquatableDataProfileBigQueryRowSchema, IDeepCloneableDataProfileBigQueryRowSchema, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DataProfileBigQueryRowSchema()
public DataProfileBigQueryRowSchema()
DataProfileBigQueryRowSchema(DataProfileBigQueryRowSchema)
public DataProfileBigQueryRowSchema(DataProfileBigQueryRowSchema other)
Parameter | |
---|---|
Name | Description |
other |
DataProfileBigQueryRowSchema |
Properties
ColumnProfile
public ColumnDataProfile ColumnProfile { get; set; }
Column data profile column
Property Value | |
---|---|
Type | Description |
ColumnDataProfile |
DataProfileCase
public DataProfileBigQueryRowSchema.DataProfileOneofCase DataProfileCase { get; }
Property Value | |
---|---|
Type | Description |
DataProfileBigQueryRowSchemaDataProfileOneofCase |
FileStoreProfile
public FileStoreDataProfile FileStoreProfile { get; set; }
File store data profile column.
Property Value | |
---|---|
Type | Description |
FileStoreDataProfile |
TableProfile
public TableDataProfile TableProfile { get; set; }
Table data profile column
Property Value | |
---|---|
Type | Description |
TableDataProfile |